Skip to content

srimaln91/tile38-browser-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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