Skip to content

Commit 036caf6

Browse files
authored
Merge pull request #191 from Woosmap/dev/distance_async
Add Distance Async to the Distance API
2 parents dd6c7a6 + 72e6aaa commit 036caf6

File tree

218 files changed

+6434
-520
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+6434
-520
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ bundle_external_specs(
173173
name = "run_redocly_join",
174174
config = "redocly/redocly-merged-config.yaml",
175175
main_spec = "//:woosmap-openapi3.json",
176-
plugins = glob(["redocly/**/*.js"]),
176+
plugins = glob(["redocly/**/*.js"]) + ["redocly/inject-code-samples-mappings.yaml"],
177177
specs = [
178178
"maps",
179179
"what3words",

dist/merged-woosmap-openapi3.json

Lines changed: 1203 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/snippets/woosmap_http_datasets_contains_features/woosmap_http_datasets_contains_features.go

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/snippets/woosmap_http_datasets_contains_features/woosmap_http_datasets_contains_features.java

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/snippets/woosmap_http_datasets_contains_features/woosmap_http_datasets_contains_features.node.js

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/snippets/woosmap_http_datasets_contains_features/woosmap_http_datasets_contains_features.py

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/snippets/woosmap_http_datasets_contains_features/woosmap_http_datasets_contains_features.rb

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/snippets/woosmap_http_datasets_contains_features/woosmap_http_datasets_contains_features.sh

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/snippets/woosmap_http_datasets_contains_features/woosmap_http_datasets_contains_features.txt

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/snippets/woosmap_http_datasets_create/woosmap_http_datasets_create.go

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)