A simple starter function. Edit lib/main.rb to get started and create something awesome! 🚀
- Returns a "Hello, World!" message.
Response
Sample 200 Response:
Hello, World!
- Returns a "Learn More" JSON response.
Response
Sample 200 Response:
{
"motto": "Build Fast. Scale Big. All in One Place.",
"learn": "https://appwrite.io/docs",
"connect": "https://appwrite.io/discord",
"getInspired": "https://builtwith.appwrite.io"
}| Setting | Value |
|---|---|
| Runtime | Ruby (3.0) |
| Entrypoint | lib/main.rb |
| Build Commands | bundle install |
| Permissions | any |
| Timeout (Seconds) | 15 |
No environment variables required.