Method: Contentful::Management::Client#entries
- Defined in:
- lib/contentful/management/client.rb
#entries(space_id, environment_id) ⇒ Contentful::Management::ClientEntryMethodsFactory
Allows manipulation of entries in context of the current client Allows listing all entries for client, creating new and finding one by ID.
221 222 223 |
# File 'lib/contentful/management/client.rb', line 221 def entries(space_id, environment_id) ClientEntryMethodsFactory.new(self, space_id, environment_id) end |