We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad359e8 commit 804e080Copy full SHA for 804e080
CHANGELOG.md
@@ -75,7 +75,8 @@
75
76
### 0.2.4
77
- Made all function protected expect for `importApi` to prevent conflict with api methods
78
-- Started with Documentation
+- Documentation
79
+
80
81
### 0.2.5
-- Documentation
82
+- Documentation minor update
README.md
@@ -53,8 +53,8 @@ class Api extends ApiForge
53
'base_uri' => 'https://api.provider.com/api/v1/',
54
'verify' => false,
55
'headers' => [
56
- 'Authorization' => 'Zoho-authtoken {{AuthToken}}',
57
- 'X-com-zoho-subscriptions-organizationid' => "{{ClientID}}",
+ 'Authorization' => 'authtoken {{AuthToken}}',
+ 'X-clientID' => "{{ClientID}}",
58
],
59
60
];
0 commit comments