Method: Contentful::Management::Client#preview_api_keys
- Defined in:
- lib/contentful/management/client.rb
#preview_api_keys(space_id) ⇒ Contentful::Management::ClientPreviewApiKeyMethodsFactory
Allows manipulation of api keys in context of the current client Allows listing all preview api keys for client and finding one by ID.
175 176 177 |
# File 'lib/contentful/management/client.rb', line 175 def preview_api_keys(space_id) ClientPreviewApiKeyMethodsFactory.new(self, space_id) end |