Module: StrawberryAPI::Client::CustomMetadata

Included in:
StrawberryAPI::Client
Defined in:
lib/strawberry_api/client/custom_metadata.rb

Instance Method Summary collapse

Instance Method Details

#custom_metadataHash

Fetches all custom metadata

Returns:

  • (Hash)

    The fetched custom metadata



10
11
12
# File 'lib/strawberry_api/client/custom_metadata.rb', line 10

def 
  get("/custom_metadata")
end