Categorygithub.com/emerishq/demeris-api-server

# README

API server

codecov Build status Tests status Lint

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
    Generate swagger.yaml under docs. Alternatively, you can get a generated copy as a Github action artifact.

  • make generate-mocks
    Generate mock testing files under the mocs package.

Dependencies & Licenses

The list of non-{Cosmos, AiB, Tendermint} dependencies and their licenses are:

ModuleLicense
gin-gonic/ginMIT
go-playground/validatorMIT
jmoiron/sqlxMIT
go.uber.org/zapMIT
sigs.k8s.io/controller-runtimeMIT
sony/sonyflakeMIT
lib/pqOpen use
patrickmn/go-cacheMIT

# 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