dfinity / pocketic

A canister smart contract testing solution for the Internet Computer.
Other
22 stars 1 forks source link

Any plan to make a more detailed documentation of pocket-ic ? #14

Closed q2333gh closed 8 months ago

q2333gh commented 8 months ago

That will be so useful~

fxgst commented 8 months ago

If you want to know about the HTTP endpoints offered by the server, you can try out its endpoint /api.json, which will return an OpenAPI specification. You can then use tools like the Swagger Editor to display the returned JSON in a more human readable way.

If you want some documentation on PocketIC Rust, you can check out the docs.rs documentation or the how to guide.

q2333gh commented 8 months ago

Got it . thanks