Documentation
¶
Index ¶
- Constants
- func NewEndpointHashes(webapp *web.Web, api *Api) *registry.Endpoint
- func NewEndpointPoBGoods(webapp *web.Web, api *Api) *registry.Endpoint
- func NewEndpointPoBs(webapp *web.Web, api *Api) *registry.Endpoint
- func RegisterApiRoutes(w *web.Web, app_data *router.AppData) *web.Web
- type Api
- type Hashes
Constants ¶
View Source
const ApiRoute = "/api"
Variables ¶
This section is empty.
Functions ¶
func NewEndpointHashes ¶
ShowAccount godoc @Summary Hashes @Tags hashes @Accept json @Produce json @Success 200 {object} api.Hashes @Router /api/hashes [get]
func NewEndpointPoBGoods ¶
ShowAccount godoc @Summary PoB Goods @Tags pobs @Accept json @Produce json @Success 200 {array} configs_export.PoBGood @Router /api/pob_goods [get]
func NewEndpointPoBs ¶
ShowAccount godoc @Summary Getting list of Player Owned Bases @Tags pobs @Accept json @Produce json @Success 200 {array} configs_export.PoB @Router /api/pobs [get]
Types ¶
Click to show internal directories.
Click to hide internal directories.