-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DACCESS-261: Merge changes for new authentication token handling (#15)
* Add rspec * Add vcr and webmock * Add dotenv * Add tests for authenticate * Filter token and tenant out of VCR cassettes * Add env example and ruby-version * Add .env to gitignore * Add rudimentary tests for request_item * Update release notes & Gemfile.lock * changes to support the spelling change in the requests API 'fulfillment' update the authenticate method to use the new API endpoint * Update cassettes and data obfuscation * Comments * return the token expiration in the authenticate method * Update release notes * DACCESS-207: Update request_item for Poppy (#13) * Update request_item for Poppy (DACCESS-207) * Update README a bit finally after all these years * Revert version to 2.0.1 * Re-bump version to 3.0 * Update release notes --------- Co-authored-by: Sarah Chintomby <[email protected]>
- Loading branch information
Showing
10 changed files
with
67 additions
and
42 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module Cul | ||
module Folio | ||
module Edge | ||
VERSION = "3.0" | ||
VERSION = "3.1" | ||
end | ||
end | ||
end |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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