This gem is work in progress
It allows to communicate with the Contentful API.
Checkout the repository.
For now, it allows defining a client and calling some endpoints on it:
options = {
access_token: '123',
space_id: '456'
}
client = Contentful::Client.new(options)
client.entries
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request