Files
bab-backend-ansible/functions/userinfo
2024-06-17 17:30:38 -04:00
..
2024-06-17 17:30:38 -04:00
2024-05-20 18:50:02 -04:00
2024-05-20 18:50:02 -04:00
2024-05-24 20:38:54 -04:00
2024-06-17 16:52:51 -04:00
2024-05-20 18:50:02 -04:00
2024-05-20 18:50:02 -04:00
2024-05-20 18:50:02 -04:00
2024-06-17 17:22:27 -04:00

getusername

🧰 Usage

GET /

  • Returns a "Hello, World!" message.

Response

Sample 200 Response:

Hello, World!

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 Node (16.0)
Entrypoint src/main.js
Build Commands npm install
Permissions any
Timeout (Seconds) 15

🔒 Environment Variables

No environment variables required.