Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CHTJonas committed Oct 21, 2018
1 parent 53757af commit f03701b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ client.user.get_shows
client.user.get_shows[0].society
client.user.get_shows[0].venue
client.user.get_shows[0].performances
client.user.get_orgs
client.user.get_orgs[0].name
client.user.get_orgs[0].twitter_id
client.user.get_venues
client.user.get_venues[0].slug
client.user.get_venues[0].facebook_id
```

These public actions don't require an API key (although you are still strongly advised to use one anyway):
Expand Down Expand Up @@ -59,7 +63,7 @@ As a result of this policy, you can (and should) specify a dependency on this ge
[Pessimistic Version Constraint](http://guides.rubygems.org/patterns/#pessimistic-version-constraint) with two digits of precision.
For example:
```ruby
spec.add_runtime_dependency 'camdram', '~> 1.0'
spec.add_runtime_dependency 'camdram', '~> 1.1'
```

## Copyright
Expand Down

0 comments on commit f03701b

Please sign in to comment.