https://github.com/ecshreve/godnd
go client for dnd api
https://github.com/ecshreve/godnd
api dnd go golang json
Last synced: 4 months ago
JSON representation
go client for dnd api
- Host: GitHub
- URL: https://github.com/ecshreve/godnd
- Owner: ecshreve
- Created: 2020-10-14T05:26:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T17:43:08.000Z (over 1 year ago)
- Last Synced: 2025-08-02T07:26:46.435Z (11 months ago)
- Topics: api, dnd, go, golang, json
- Language: Go
- Homepage:
- Size: 39.6 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# godnd
[work in progress] go client for dnd api
## Development
While this is in development note the environment variable defined in `.envrc`
means we expect to be running everything against a local database.
## Notes
The `genny` package parses api documentation files from https://github.com/ecshreve/5e-srd-api/tree/master/src/views/partials
and generates `go` types based on the expected response objects.
## References
https://github.com/bagelbits/5e-srd-api
https://github.com/bagelbits/5e-database