Method: Contentful::Management::Client#api_keys
- Defined in:
- lib/contentful/management/client.rb
#api_keys(space_id) ⇒ Contentful::Management::ClientApiKeyMethodsFactory
Allows manipulation of api keys in context of the current client Allows listing all api keys for client, creating new and finding one by ID.
166 167 168 |
# File 'lib/contentful/management/client.rb', line 166 def api_keys(space_id) ClientApiKeyMethodsFactory.new(self, space_id) end |