Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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