module GdsApi

def self.content_store(options = {})

Returns:
  • (GdsApi::ContentStore) -
def self.content_store(options = {})
  GdsApi::ContentStore.new(
    Plek.find("content-store"),
    { bearer_token: ENV["CONTENT_STORE_BEARER_TOKEN"] }.merge(options),
  )
end