Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gianttreelp/amiblocked-server
API backend server for my "Am I blocked?" website.
https://github.com/gianttreelp/amiblocked-server
backend kotlin kotlin-coroutines ktor
Last synced: 2 days ago
JSON representation
API backend server for my "Am I blocked?" website.
- Host: GitHub
- URL: https://github.com/gianttreelp/amiblocked-server
- Owner: GiantTreeLP
- License: mit
- Created: 2020-07-05T18:35:26.000Z (over 4 years ago)
- Default Branch: production
- Last Pushed: 2023-12-08T17:11:07.000Z (11 months ago)
- Last Synced: 2023-12-08T18:26:41.004Z (11 months ago)
- Topics: backend, kotlin, kotlin-coroutines, ktor
- Language: Kotlin
- Homepage: https://blocked-by.gianttree.de
- Size: 588 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amiblocked-server
![Continous Integration](https://github.com/GiantTreeLP/amiblocked-server/workflows/Continous%20Integration/badge.svg)API backend server for my "Am I blocked?" website.
## API Endpoints
### POST `/api/v1/find`
Parameters:
- `search`: String to search for. Will be used as the username with and without a discriminator, as well as the snowflake.Response: A JSON-encoded [`BlockedUserDTO`](src/main/kotlin/BlockedUser.kt)