-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
What version of osparc are you using?
0.6.3
Long story short
pip install osparc
then doing
with osparc.ApiClient(cfg) as api_client:
solvers_api = osparc.SolversApi(api_client)
solvers_api.list_jobs(...)the doc string of list_jobs tells me to look at get_jobs_page for the paginated version. then looking at get_jobs_page tells me it is internal.
The proper paginated method is called jobs
Expected behaviour
the docstring should bring me to the correct paginated method.
Actual behaviour
docstring is wrong
Steps to reproduce
Your environment
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation