Skip to content

Commit

Permalink
Merge pull request #559 from Kotlin/api_guru_examples_fix
Browse files Browse the repository at this point in the history
Fixes Api Guru examples
  • Loading branch information
Jolanrensen authored Jan 15, 2024
2 parents fe29f9c + a55c66c commit 5fb4028
Show file tree
Hide file tree
Showing 4 changed files with 98,441 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name = "APIsNoKeyValue",
)
@file:ImportDataSchema(
// Now we can use the full file!
path = "https://api.apis.guru/v2/list.json",
// Now we can use the full file; either a URL or a local path
path = "src/main/resources/api_guru_list.json",
name = "APIsKeyValue",
jsonOptions = JsonOptions(
// paths in the json that should be converted to KeyValue columns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "ApiGuruOpenApiKsp",
)
@file:ImportDataSchema(
path = "https://api.apis.guru/v2/specs/1password.local/connect/1.5.7/openapi.json",
path = "https://raw.githubusercontent.com/1Password/connect/aac5e44b27570036e6b56e9f5b2a398a824ae5fc/docs/openapi/spec.yaml",
name = "OnePassword",
)

Expand Down
Loading

0 comments on commit 5fb4028

Please sign in to comment.