Skip to content

Commit

Permalink
Updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikyt committed Aug 22, 2020
1 parent 1b0155b commit a107821
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

# 9.1.3

+ Fix to allow for overriding request type for data (#80).

# 9.1.2

+ Oauth error handling (#77).
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ It works with both OAuth and private API apps.
* [GraphQL](#graphql)
* [Making requests](#making-requests)
* [REST](#rest-1)
* [If sync is true (regular rest call):](#if-sync-is-true-regular-rest-call)
* [If sync is false (restAsync call):](#if-sync-is-false-restasync-call)
* [If sync is true (regular rest call)](#if-sync-is-true-regular-rest-call)
* [If sync is false (restAsync call)](#if-sync-is-false-restasync-call)
* [Overriding request type](#overriding-request-type)
* [Passing additional request options](#passing-additional-request-options)
* [GraphQL](#graphql-1)
* [API Versioning](#api-versioning)
Expand Down

0 comments on commit a107821

Please sign in to comment.