Collaborative game development in HTML, CSS and JavaScript.
Docker.
$ docker-compose up
For more details on and examples of Loopback API query syntax, please reference http://loopback.io/doc/en/lb2/Querying-data.html.
GET /api/Ships?filter[where][companyId]=1 HTTP/1.1
Pass URL-encoded {"where": {"companyId": 1}}
query object to filter
GET
parameter.
GET /api/Ships?filter=%7B%22where%22%3A%20%7B%22companyId%22%3A%201%7D%7D HTTP/1.1
GET /api/Players?filter[limit]=3&filter[order]=lastUpdated%20DESC HTTP/1.1
Pass URL-encoded {"limit": 3, "order": "lastUpdated DESC"}
query object to
filter
GET parameter.
GET /api/Games?filter=%7B%22limit%22%3A%203%2C%20%22order%22%3A%20%22lastUpdated%20DESC%22%7D HTTP/1.1
To enable third-party logins, copy providers.json
into place, and update with
valid values for clientID
/ clientSecret
.
$ cp server/providers.json.template server/providers.json
Note: Never commit OAuth credentials to source/version control.
GET /auth/google HTTP/1.1
GET /logout HTTP/1.1
See Roadmap.