Skip to content

Files

Latest commit

d91bd50 · Aug 6, 2024

History

History

starter

Folders and files

NameName
Last commit message
Last commit date

parent directory

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

⚡ Java Starter Function

A simple starter function. Edit src/Main.java 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 Java (17)
Entrypoint src/Main.java
Permissions any
Timeout (Seconds) 15

🔒 Environment Variables

No environment variables required.