archived
Requirements
- JDK 8
- Latest Android SDK tools
- Latest Android platform tools
- Android SDK 29
- Androidx Support Repository
Dependencies
Build
./gradlew assembleDebug
Contributions are always welcome. Please make sure you read Contributing notes first.
| Request | Endpoint | Function |
|---|---|---|
| POST | /api/v1/tip |
Create a new tip |
| GET | /api/v1/tips |
Get all tips |
| GET | /api/v1/tip/:id |
Get a tip |
| PUT | /api/v1/tip/:id |
Update a tip |
| POST | /api/v1/alert |
Create a new alert |
| GET | /api/v1/alerts |
Get all alerts |
| GET | /api/v1/alert/:id |
Get an alert |
| PUT | /api/v1/alert/:id |
Update an alert |
| POST | /api/v1/hospital |
Create a new hospital |
| GET | /api/v1/hospitals |
Get all hospitals |
| GET | /api/v1/hospital/:id |
Get a hospital |
| PUT | /api/v1/hospital/:id |
Update a hospital |
| GET | /api/v1/tweets |
Get all tweets |
| POST | /api/v1/county_case |
Get all counties detail |
| GET | /api/v1/counties |
Get all counties |
| GET | api/v1/county/:id |
Get all counties by ids |
opensourced
