Closed jwafu closed 2 months ago
The current readme looks like this:
api_response = api_instance.connect(seeded_connector_connection=seeded_connector_connection)
Here the usage of api_instance.connect() should be applied to the header and link in table of contents instead of using this /endpoint/connection syntax.
api_instance.connect()
/endpoint/connection
So the header for connect (as an example) would be just :
instead of
/connect
@jordan-pieces Sir i have created a PR(https://github.com/pieces-app/pieces-os-client-sdk-for-python/pull/15) please review it once, and please tell if it need any changes.
For Example
The current readme looks like this:
Here the usage of
api_instance.connect()
should be applied to the header and link in table of contents instead of using this/endpoint/connection
syntax.So the header for connect (as an example) would be just :
api_instance.connect()
instead of
/connect