Project

footrest

0.01
Low commit activity in last 3 years
A long-lived project that still receives updates
Ruby interface for restful APIs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

> 1.0.0, < 2
>= 0
>= 0
>= 0
~> 3.3

Runtime

>= 0.9.0, < 2
>= 0.0.7
 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 token

license: MIT