Closed q2333gh closed 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.
Got it . thanks
That will be so useful~