Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 878 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 878 Bytes

⚡ .NET Starter Function

A simple starter function. Edit src/Index.cs 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 .NET (6.0)
Entrypoint src/Index.cs
Permissions any
Timeout (Seconds) 15

🔒 Environment Variables

No environment variables required.