Playground
Test elAN's GitHub and Discord integrations and api features directly in your browser. Enter your API credentials and commands to start experimentation.
API Key Example
Example Query
curl -X POST 'https://api.elan.dev/v1/github/webhooks' -H 'Authorization: Bearer YOUR_API_KEY' -H 'Content-Type: application/json' -d '{"repository": "github-org-name"}'
Live Interaction
Response
{ "status": "success", "description": "Webhooks configured for 25 repositories", "created": 1582342 }
Getting Started
Step 1: Authentication
Replace YOUR_API_KEY in the examples with your actual API credentials from the dashboard. Ensure you use HTTPS for all requests.
Step 2: Choose Operation
Select an operation from the dropdown menu to populate command examples or manually type custom API requests related to GitHub repositories or Discord bot configurations.
Step 3: Execution
Hit the "Run Command" button to simulate the API call and view its expected JSON response format.