From f401152770eea66ad6cc7bab00a1fcdf1dff7138 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 1 Jun 2023 11:36:03 -0400 Subject: [PATCH] API docs cleanup --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 40ce8a99..2aace99d 100755 --- a/README.md +++ b/README.md @@ -85,15 +85,15 @@ martin /path/to/directory When started, Martin will go through all spatial tables and functions with an appropriate signature in the database. These tables and functions will be available as the HTTP endpoints, which you can use to query Mapbox vector tiles. -| Method | URL | Description | -|--------|----------------------------------------|-----------------------------------------------------------------------------------------------------------| -| `GET` | `/` | Status text, that will eventually show web UI | -| `GET` | `/catalog` | [List of all sources](https://maplibre.org/martin/source-list.html) | -| `GET` | `/{sourceID}` | [Source TileJSON](https://maplibre.org/martin/table-sources.html#table-source-tilejson) | -| `GET` | `/{sourceID}/{z}/{x}/{y}` | [Source Tiles](https://maplibre.org/martin/table-sources.html#table-source-tiles) | -| `GET` | `/{sourceID1},...,{nameN}` | [Composite Source TileJSON](https://maplibre.org/martin/composite-sources.html#composite-source-tilejson) | -| `GET` | `/{sourceID1},...,{nameN}/{z}/{x}/{y}` | [Composite Source Tiles](https://maplibre.org/martin/composite-sources.html#composite-source-tiles) | -| `GET` | `/health` | Martin server health check: returns 200 `OK` | +| URL | Description | +|----------------------------------------|-----------------------------------------------------------------------------------------------------------| +| `/` | Status text, that will eventually show web UI | +| `/catalog` | [List of all sources](https://maplibre.org/martin/source-list.html) | +| `/{sourceID}` | [Source TileJSON](https://maplibre.org/martin/table-sources.html#table-source-tilejson) | +| `/{sourceID}/{z}/{x}/{y}` | [Source Tiles](https://maplibre.org/martin/table-sources.html#table-source-tiles) | +| `/{sourceID1},...,{nameN}` | [Composite Source TileJSON](https://maplibre.org/martin/composite-sources.html#composite-source-tilejson) | +| `/{sourceID1},...,{nameN}/{z}/{x}/{y}` | [Composite Source Tiles](https://maplibre.org/martin/composite-sources.html#composite-source-tiles) | +| `/health` | Martin server health check: returns 200 `OK` | ## Documentation See [Martin book](https://maplibre.org/martin/) for complete documentation.