paritytech/substrate-api-sidecar

Substrate API Sidecar Postman collection has no URLs

rvalle opened this issue · 5 comments

Description

The Postman collection referred in the Substrate integration tutorial lists all Sidecar API methods, but has no URLs populated except for one.

They seem to be missing.

So, the Postman collection cannot be used as intended, to test endpoints.

Steps to Reproduce

In the sidecar substrate tutorial, under the section "Import the API collection", there is a link to the Sidecar Postman collection.
On this page, if you browse through the endpoints, only the first endpoint "GET account asset balance" has a URL setup. In all the other endpoints it is not populated.

Expected vs. Actual Behavior

I expect to be able to explore the API easily, it is impossible with missing endpoints.

[A clear description of what you expected to happen and what actually happened.]

in the meanwhile this resource is better https://paritytech.github.io/substrate-api-sidecar/dist/

@rvalle Thank you for bringing this to our attention. We will update the substrate tutorial link as soon as possible.

In the meantime, I have generated a new Postman documentation link for you : https://documenter.getpostman.com/view/21393319/2sA3Qs9C9M which contains full up-to-date information for all endpoints with their respective URLs, path parameters, query parameters, etc as shown in our docs.

Note : baseURL is set to http://127.0.0.1:8080/ assuming you are running Sidecar locally

Thanks @Imod7, its nice to easily test around the endpoints.

Once this PR in substrate-docs is merged, we can close this issue as resolved.