Skip to content

Commit

Permalink
Merge pull request #107 from andyjeffries/master
Browse files Browse the repository at this point in the history
Reflect ActiveRestClient's deprecation
  • Loading branch information
kjg committed May 9, 2016
2 parents 458f938 + 5432853 commit e197438
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ single configuration line:

This will automatically sign all outgoing ActiveResource requests from your app.

### Active Rest Client
### Flexirest

ApiAuth also works with [ActiveRestClient](https://github.com/whichdigital/active-rest-client) in a very similar way.
Simply add this configuration to your ActiveRestClient initializer in your app and it will automatically sign all outgoing requests.
ApiAuth also works with [Flexirest](https://github.com/andyjeffries/flexirest) (used to be ActiveRestClient, but that is now unsupported) in a very similar way.
Simply add this configuration to your Flexirest initializer in your app and it will automatically sign all outgoing requests.

``` ruby
ActiveRestClient::Base.api_auth_credentials(@access_id, @secret_key)
Flexirest::Base.api_auth_credentials(@access_id, @secret_key)
```

## Server
Expand Down

0 comments on commit e197438

Please sign in to comment.