# datasets-api-gateway **Repository Path**: mirrors_mapbox/datasets-api-gateway ## Basic Information - **Project Name**: datasets-api-gateway - **Description**: An example server application for handling requests to the Datasets API - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # datasets-api-gateway An example server application for handling requests to the Mapbox Datasets API. ## Running Required environment variables: * `MapboxAccessToken`: an access token with datasets:read and datasets:write scopes. * `MapboxDatasetID`: the ID of the wrapped dataset. Optional variables for access control: * `JWT_REQUIRED_FOR`: can be `read`, `read,write`, or nothing * `JWT_SECRET`: see [express-jwt](https://github.com/auth0/express-jwt) for documentation. * `JWT_AUDIENCE`: see [express-jwt](https://github.com/auth0/express-jwt) for documentation.