Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 496 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 496 Bytes

TIle38 Browser API

a HTTP API implementation to retrieve Tile38 data.

Endpoints

Get a list of collections

GET <endpoint>/collections

Get a list of objects in a specific collection

GET <endpoint>/collections/<collection>

Get a single object

GET <endpoint>//collections/<collection>/id/<id>

Configuration

Use below environment variables to configure the application

APP_PORT = 8080
T38_HOST = localhost
T38_PORT = 9851