module StrawberryAPI::Client::CustomMetadata

Public Instance Methods

custom_metadata() click to toggle source

Fetches all custom metadata

@return [Hash] The fetched custom metadata

# File lib/strawberry_api/client/custom_metadata.rb, line 10
def custom_metadata
  get("/custom_metadata")
end