2min
Switch
Switches the reponse based on the input provided. e.g if you are looking for a 'convert all reponses to a standardized output
The default attribute instructs the function to return the value in default if none of the other items match. In the current example if the "input" were "twitter" the response would be "unknown source"
Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Best used for when you want to standardize a response received from multiple providers/sources.