Skip to content

Commit

Permalink
Add CLA to and update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Pulsifer <[email protected]>
  • Loading branch information
Jonathan Pulsifer committed Dec 10, 2020
1 parent f43983b commit c7cb748
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ gem 'oktakit'

And then execute:

$ bundle
```sh
bundle
```

## Usage

Expand All @@ -32,7 +34,8 @@ To work with the Okta sandbox (`<organization>.oktapreview.com`), set the `api_e
client = Oktakit.new(token: 't0k3n', api_endpoint: 'https://my-great-org.oktapreview.com/api/v1')
```

#### Pagination
### Pagination

Pass the `paginate` flag as options for any `get` action for Oktakit to autopaginate the response for you.

```ruby
Expand All @@ -59,8 +62,13 @@ The [API Test Client](https://developer.okta.com/docs/api/getting_started/api_te

## Contributing

1. Fork it ( https://github.com/shopify/oktakit/fork )
1. Fork it ( <https://github.com/hopify/oktakit/fork> )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

### Contributor License Agreement

New contributors will be required to sign [Shopify's Contributor License Agreement (CLA)](https://cla.shopify.com/).
There are two versions of the CLA: one for individuals and one for organizations.

0 comments on commit c7cb748

Please sign in to comment.