Skip to content

Commit 804e080

Browse files
### 0.2.5 - Documentation minor update
1 parent ad359e8 commit 804e080

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575

7676
### 0.2.4
7777
- Made all function protected expect for `importApi` to prevent conflict with api methods
78-
- Started with Documentation
78+
- Documentation
79+
7980

8081
### 0.2.5
81-
- Documentation
82+
- Documentation minor update

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class Api extends ApiForge
5353
'base_uri' => 'https://api.provider.com/api/v1/',
5454
'verify' => false,
5555
'headers' => [
56-
'Authorization' => 'Zoho-authtoken {{AuthToken}}',
57-
'X-com-zoho-subscriptions-organizationid' => "{{ClientID}}",
56+
'Authorization' => 'authtoken {{AuthToken}}',
57+
'X-clientID' => "{{ClientID}}",
5858
],
5959
],
6060
];

0 commit comments

Comments
 (0)