Ruby GEM for REST calls
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
The University of Adelaide has built a REST Client GEM as part of one of our integration projects.
The GEM has now been open sourced and available via https://rubygems.org. The source code can be found at https://github.com/universityofadelaide/rest-client-wrapper.
The GEM main features are:
- Retries for API calls
- Ability to set authentication types and automatically populating the request with auth parameters
- Re-auth for: OAUTH
- Getting all data for paginated endpoints. (Only if the API implements pagination with headers links)
The GEM is built as a wrapper around the rest-client GEM (https://github.com/rest-client/rest-client)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.