safe-global / safe-client-gateway

Serves as a bridge for the Safe{Wallet} clients (Android, iOS, Web)
https://docs.safe.global
MIT License
24 stars 59 forks source link

Client Gateway Docs and Swagger not found #663

Closed germartinez closed 1 year ago

germartinez commented 1 year ago

Describe the bug The Client Gateway Docs link in the README file points to a page that does not exist.

Same happens with the Swagger link.

The links should be fixed or removed

fmrsabino commented 1 year ago

Hey @germartinez 👋

You are correct. However for the Swagger link it's only a 404 because the root path / is not mapped to Swagger (which will be fixed soon – it was like this due to the rollout of the new NestJS instance).

Besides that this repo is going to be archived and we will stop maintaining it while focusing our efforts to https://github.com/safe-global/safe-client-gateway-nest

fmrsabino commented 1 year ago

I will transfer this ticket to the new repository. The Swagger link should work now correctly https://safe-client.safe.global/

But https://safe.global/safe-client-gateway/ is still an open issue.

fmrsabino commented 1 year ago

The https://safe.global/safe-client-gateway/ was based on Rust generated docs which no longer exist given the migration to Node.js.

For now there's no replacement to it and having one in a similar format is still an open question.

I will close the issue as the references to it were removed.