An app for interacting with Ensi API
Ensi Manager
An app for interacting with Ensi bot
ℹ️ Information
- This app can do HTTP requests to specific APIs and display responses in a readable way
- Mostly designed for Ensi bot
- This app does not include any default API configuration
? API configuration
- API configuration can be done in app settings
- Specify a method and an URL for APIs you want to use, what they should do is explained in the app
Examples
- Template:
METHOD ## URL
- Do a GET request to URL:
GET ## URL
- Do a POST request to URL:
POST ## URL
? Building
- Clone the repository
- Do your changes
- Run
./gradlew assembleRelease