Skip to content

Instantly share code, notes, and snippets.

@sendbird-community
Created January 28, 2024 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sendbird-community/3ed73e7f2d62b004cca279e5a7ffff6b to your computer and use it in GitHub Desktop.
Save sendbird-community/3ed73e7f2d62b004cca279e5a7ffff6b to your computer and use it in GitHub Desktop.
{
"servers": [
{
"url": "https://banana-drama.glitch.me"
}
],
"paths": {
"/drama": {
"post": {
"description": "Listen to when the user wants to add bananas to their text",
"operationId": "Bananafy",
"parameters": [
{
"name": "text",
"in": "query",
"description": "Take the user's text and randomly add banana emojis",
"required": false,
"schema": {
"type": "string"
}
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment