action medium_get { label: "Get Welcome" description: "**Test Endpoint**\nReturns the information about the Medium API\n" provider: medium method: GET path: "/" encoding: json output: { type: "object" properties: { developer: { type: "string" description: "Full name of the API's developer" } documentation: { type: "string" description: "Link to the Medium API's documentation" } email: { type: "string" description: "Email ID of the developer" } linkedin: { type: "string" description: "LinkedIn Page URL" } name: { type: "string" description: "Full name of the API" } twitter: { type: "string" description: "Twitter Profile URL" } website: { type: "string" description: "Link to the Medium API's website" } } } }