-
Notifications
You must be signed in to change notification settings - Fork 59
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 param type stringJSON (#27)
* added support for param type stringJSON * switched updateInventory params from array(int) to strings. etsy actually supports these and they dont kill oauth * basic setup for tests * Updated request validator to allow array(int) to be passed as comma separated string + created tests for this behaviour * put back correct type on update inventory params * Changed param format for array(int) * test for array(int) properties
- Loading branch information
Showing
4 changed files
with
1,293 additions
and
327 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
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 |
---|---|---|
|
@@ -4293,4 +4293,4 @@ | |
"visibility": "public", | ||
"http_method": "GET" | ||
} | ||
} | ||
} |
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.