-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the basemaps-mkdocs container using swagger ui plugin
- Loading branch information
1 parent
c191e4b
commit 1c757b3
Showing
7 changed files
with
14 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ The LINZ Basemaps API lets you build your own New Zealand-centric maps for mobil | |
|
||
We've made getting started with LINZ Basemaps APIs easy. | ||
|
||
1. Pick a [LINZ Basemaps product](https://basemaps.linz.govt.nz/@-41.8899962,174.0492437,z5). | ||
1. Pick a [LINZ Basemaps product](https://basemaps.linz.govt.nz/). | ||
2. Grab a map tile API url from the menu bar. | ||
3. If you're a developer, email <[email protected]> for developer access | ||
4. Find the [Technical documentation](./technical-documentation.md), legals and how to's that will help you get mapping successfully. | ||
4. Find the [Technical documentation](./technical-documentation.md) and [API documentation](./api-documentation.md), legals and how to's that will help you get mapping successfully. | ||
|
||
## Basics of our APIs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# API documentation | ||
|
||
This page provide examples of Basemaps APIs that allow you to programmatically access LINZ map tile services to integrate into your mobile, web. | ||
|
||
<swagger-ui src="./swagger-api.json"/> |
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
docs/user-guide/api.json → docs/user-guide/swagger-api.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
{ | ||
"openapi": "3.0.3", | ||
"info": { | ||
"title": "LINZ BASEMAPS APIs", | ||
"description": "LINZ Basemaps APIs allow you to programmatically access LINZ map tile services to integrate into your mobile, web", | ||
"contact": { | ||
"email": "[email protected]" | ||
}, | ||
"license": { | ||
"name": "MIT License", | ||
"url": "https://github.com/linz/basemaps/blob/master/LICENSE" | ||
}, | ||
"version": "1.0.11" | ||
}, | ||
"servers": [ | ||
{ | ||
"url": "https://basemaps.linz.govt.nz/v1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters