Skip to content

InMall API Specification

atsanan edited this page Oct 29, 2018 · 59 revisions

Inmall Game API Overviews


Helpers

More Information

For geospatial please review https://docs.mongodb.com/manual/reference/geojson/#overview

DateTime referrence
// 2006-01-02T15:04:05Z
// 2006-01-02T15:04:05+07:00
t, _ = time.Parse(time.RFC3339, "2006-01-02T15:04:05Z")
t, _ = time.Parse(time.RFC3339, "2006-01-02T15:04:05+07:00")

ER Diagram

ER Diagram

Authentication Diagram

Auth Diagram

Clone this wiki locally