WalletConnect / WalletConnectModalFlutter

The WalletConnectModal for WalletConnect built using Flutter.
https://pub.dev/packages/walletconnect_modal_flutter
Apache License 2.0
20 stars 18 forks source link

Explorer service calling undocumented APIs #11

Closed bobwith2bees closed 1 year ago

bobwith2bees commented 1 year ago

FYI - There are a 3 URI references in lib/services/explorer/explorer_service.dart that are not documented here: https://docs.walletconnect.com/2.0/cloud/explorer

I just would like to avoid a surprise outage/firedrill that could be avoided. Please sync with the Explorer team on this. I would prefer the API to be documented, or the code updated to a documented version.

Specific ones I noticed:

P.S. It is totally possible I am looking at the wrong place. The search box on https://docs.walletconnect.com/2.0/cloud/explorer directs me to docs that don't exist.

Luzzotica commented 1 year ago

Noted.

I copied these endpoints from the javascript repo. I didn't work from the official documentation. I will follow up with them on this. Thanks for bringing it up!

Luzzotica commented 1 year ago

These endpoints are designed for internal use.

They aren't documented for public use for that reason.

That's the info I got back from WC team.

bobwith2bees commented 7 months ago

@quetool

FYI - Just a comment that some /v1 endpoints had been announced end of life:

Might be worth spot checking for impact.

quetool commented 7 months ago

Thanks @bobwith2bees! I'll take a look!