snarkVM icon indicating copy to clipboard operation
snarkVM copied to clipboard

[Docs] Document API change for `Query::REST`

Open d0cd opened this issue 2 months ago • 1 comments

📚 Documentation

This PR, explicitly introduces versioning to the Query::REST variant. Prior to this, this variant was initialized in Leo with the full API: https://api.explorer.provable.com/v1. It must now be initialized as https://api.explorer.provable.com and version selection is no longer possible.

d0cd avatar Oct 20 '25 13:10 d0cd

#3001 adds version detection to the RestQuery logic. This change should resolve problems where users add the version to the URL explicitly.

kaimast avatar Nov 04 '25 22:11 kaimast