-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added support for custom headers * Updated README with changelog and example * Update ApiClient.php
- Loading branch information
1 parent
30149f9
commit 2cc0924
Showing
21 changed files
with
317 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ The new Dwolla API V2 SDK, as generated by [this fork of swagger-codegen](https: | |
|
||
## Version | ||
|
||
1.2.0 | ||
1.3.0 | ||
|
||
## Installation | ||
|
||
|
@@ -61,6 +61,9 @@ $location = $customersApi->create([ | |
'lastName' => 'Smith', | ||
'email' => '[email protected]', | ||
'phone' => '7188675309' | ||
], | ||
[ | ||
'Idempotency-Key' => '9051a62-3403-11e6-ac61-9e71128cae77' | ||
]); | ||
``` | ||
|
||
|
@@ -155,6 +158,9 @@ Each model represents the different kinds of requests and responses that can be | |
|
||
## Changelog | ||
|
||
1.3.0 | ||
* Add support for custom headers on all requests. (e.g. [Idempotency-Key](https://docs.dwolla.com/#idempotency-key) header) | ||
|
||
1.2.0 | ||
* API schema updated, `CustomersApi` updated to support KBA related endpoint. | ||
* New `KbaApi`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.