Skip to content

list_jobs entrypoint redirects to internal function for paged function #123

@sanderegg

Description

@sanderegg

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

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions