Method: Contentful::Management::Client#ui_extensions

Defined in:
lib/contentful/management/client.rb

#ui_extensions(space_id, environment_id) ⇒ Contentful::Management::ClientUIExtensionMethodsFactory

Allows manipulation of UI extensions in context of the current client Allows listing all UI extensions for client, creating new and finding one by ID.

Returns:

  • (Contentful::Management::ClientUIExtensionMethodsFactory)

See Also:

  • README for details.


238
239
240
# File 'lib/contentful/management/client.rb', line 238

def ui_extensions(space_id, environment_id)
  ClientUIExtensionMethodsFactory.new(self, space_id, environment_id)
end