Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instructure/footrest
A nice place to rest your feet when building an API
https://github.com/instructure/footrest
Last synced: 7 days ago
JSON representation
A nice place to rest your feet when building an API
- Host: GitHub
- URL: https://github.com/instructure/footrest
- Owner: instructure
- License: mit
- Created: 2013-07-24T22:00:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T21:01:53.000Z (3 months ago)
- Last Synced: 2024-10-02T07:17:01.236Z (about 1 month ago)
- Language: Ruby
- Size: 47.9 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
footrest
========A nice place to rest your feet when building a RESTful API
summary
=======Configures Faraday to work in a way that is optimal for Canvas and potentially
other RESTful APIs.Requests will:
- use multipart for POST and PUT
- be url encoded
- be logged
- follow redirects
- parse json when content_type says to
- raise errors on various status codes
- use a "Bearer" authentication tokenlicense: MIT