Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloqhead/demigods.go
My DEMIGODS API built in Golang.
https://github.com/bloqhead/demigods.go
Last synced: about 2 months ago
JSON representation
My DEMIGODS API built in Golang.
- Host: GitHub
- URL: https://github.com/bloqhead/demigods.go
- Owner: bloqhead
- Created: 2023-04-10T22:39:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T23:31:05.000Z (about 2 months ago)
- Last Synced: 2024-11-08T00:26:23.858Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚔️ DEMIGODS Go
My DEMIGODS API but built in Golang instead of Express (Express version [can be found here](https://github.com/bloqhead/demigods)).Leverages the [Gin web framework](https://gin-gonic.com/) for Go.
Uses [Vercel's Edge functions](https://vercel.com/features/edge-functions).
## Endpoints
- **Category**: https://demigods-golang.vercel.app/api/category/halberd
- **All weapons**: https://demigods-golang.vercel.app/api/all
- **By ID**: https://demigods-golang.vercel.app/api/id/12
- **Categories**: https://demigods-golang.vercel.app/api/categories
- This is used in my [EldenSearch](https://eldensearch.vercel.app/) tool