# README
API server
REST API entry-point to the Emeris back-end.
At its simplest the api-server is a translation layer between JSON REST and chain-specific RPC.
Actions
-
make
Build and generate a binary. -
make generate-swagger
Generateswagger.yaml
underdocs
. Alternatively, you can get a generated copy as a Github action artifact. -
make generate-mocks
Generate mock testing files under themocs
package.
Dependencies & Licenses
The list of non-{Cosmos, AiB, Tendermint} dependencies and their licenses are:
Module | License |
---|---|
gin-gonic/gin | MIT |
go-playground/validator | MIT |
jmoiron/sqlx | MIT |
go.uber.org/zap | MIT |
sigs.k8s.io/controller-runtime | MIT |
sony/sonyflake | MIT |
lib/pq | Open use |
patrickmn/go-cache | MIT |
# Packages
Package api implements all the REST routing and endpoints for the Demeris API server.
No description provided by the author
Package docs is needed to generate swagger documentation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author