Skip to content

Commit

Permalink
Replace indexer api urls with nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Jul 14, 2023
1 parent b93f584 commit f5e259b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changelog/736.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace indexer api urls with nexus
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ A detailed post on Git commit messages: [How To Write a Git Commit Message].

### Oasis Nexus API

Deployed version is at <https://index.oasislabs.com/v1/> with OpenAPI
Deployed version is at <https://nexus.oasis.io/v1/> with OpenAPI
[HTML][nexus-html-spec] and [YAML][nexus-yaml-spec] specs.

<details>
Expand Down Expand Up @@ -120,7 +120,7 @@ REACT_APP_API=http://localhost:8008/v1/ yarn start
[github-release-link]: https://github.com/oasisprotocol/explorer/actions?query=workflow:release
[github-renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg
[github-renovate-link]: https://www.mend.io/renovate/
[nexus-html-spec]: https://index.oasislabs.com/v1/spec/v1.html
[nexus-yaml-spec]: https://index.oasislabs.com/v1/spec/v1.yaml
[nexus-html-spec]: https://nexus.oasis.io/v1/spec/v1.html
[nexus-yaml-spec]: https://nexus.oasis.io/v1/spec/v1.yaml
[nexus-bleeding-edge-spec]: https://github.com/oasisprotocol/nexus/blob/main/api/spec/v1.yaml
[replace-lines-to-run-latest-emerald]: https://github.com/oasisprotocol/nexus/blob/d48de37/tests/e2e/config/e2e-dev.yml#L1-L8
4 changes: 2 additions & 2 deletions src/oasis-nexus/orval.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const config = {
input: {
// target: './v1.yaml',
target: 'https://raw.githubusercontent.com/oasisprotocol/nexus/main/api/spec/v1.yaml',
// target: 'https://index-staging.oasislabs.com/v1/spec/v1.yaml',
// target: 'https://index.oasislabs.com/v1/spec/v1.yaml',
// target: 'https://nexus.stg.oasis.io/v1/spec/v1.yaml',
// target: 'https://nexus.oasis.io/v1/spec/v1.yaml',
override: {
// We want:
// - network as a parameter for controlling API baseURL
Expand Down

0 comments on commit f5e259b

Please sign in to comment.