Hi Team! Is there a swagger endpoint for
Hi Team! Is there a swagger endpoint for the 2.0 version of the REST API?
5 Replies
There is no swagger endpoint though you should be able to find all information in the REST api v2 playground under develop tab
Indeed, it is all there in the docs. Just looking for ways save time and effort by parsing/generating code.
Ohh I see, I don't think we have one. cc @Sandeep
@ivnext : This is the spec file for the Public Endpoints exposed in Playground.
https://github.com/thoughtspot/rest-api-sdk/blob/release/api-spec/openapiSpecv3-2_0.json
Hope this helps. Let us know if anything else is required from our side.
You can use this spec in any swagger tool for example: https://editor-next.swagger.io/
GitHub
rest-api-sdk/api-spec/openapiSpecv3-2_0.json at release · thoughtsp...
ThoughtSpot Public REST API Playground and SDKs. Contribute to thoughtspot/rest-api-sdk development by creating an account on GitHub.
SwaggerEditor
SwaggerEditor
Perfect!! That OpenAPI spec is exactly what I needed. Thank you very much!