Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the OPTIONS verb #470

Merged
merged 3 commits into from
Nov 4, 2017
Merged

Commits on Nov 3, 2017

  1. Add support for the OPTIONS verb, which requires us to use Faraday's …

    …run_request() method instead of the dynamically-generated method associated with the verb name (Faraday.options is a different thing - see lostisland/faraday#305)
    Ed Jones committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    4fb108b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

  1. move comment in api.rb

    Ed Jones committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    61bf691 View commit details
    Browse the repository at this point in the history
  2. bump version for release

    Ed Jones committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    8e45f9c View commit details
    Browse the repository at this point in the history