You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
What version of
osparc
are you using?0.6.3
Long story short
pip install osparc
then doing
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
The text was updated successfully, but these errors were encountered: