-
Notifications
You must be signed in to change notification settings - Fork 0
5. API
Namig edited this page Jan 16, 2025
·
1 revision
Vermicelli provides a REST API integration.
Authenticate with the API using a JWT token:
curl -X POST -H "Content-Type: application/json" \
-d '{"username": "admin", "password": "password"}' \
http://localhost:8000/api/loginPOST http://localhost:8000/api/application Payload: { "name": "example-app", "repo_url": "https://github.com/example/repo" }