Skip to content

Files

Latest commit

3e438a6 · Aug 16, 2024

History

History

starter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 16, 2024
Jul 9, 2024
Aug 6, 2024
Jul 26, 2023

⚡ Kotlin Starter Function

A simple starter function. Edit src/Main.kt to get started and create something awesome! 🚀

🧰 Usage

GET /ping

  • Returns a "Pong" message.

Response

Sample 200 Response:

Pong

GET, POST, PUT, PATCH, DELETE /

  • Returns a "Learn More" JSON response.

Response

Sample 200 Response:

{
  "motto": "Build like a team of hundreds_",
  "learn": "https://appwrite.io/docs",
  "connect": "https://appwrite.io/discord",
  "getInspired": "https://builtwith.appwrite.io"
}

⚙️ Configuration

Setting Value
Runtime Kotlin (1.7)
Entrypoint src/Main.kt
Permissions any
Timeout (Seconds) 15

🔒 Environment Variables

No environment variables required.