pyns.endpoints.base

Base endpoint class

Functions

find_runs(func)

Decorator which finds runs for a given dataset and task names.

names_to_ids(func)

Decorator which converts _name to _id by automatically looking up in API

to_df(func)

Adds automatic conversion to pandas dataframe

Classes

Base(client)

Superclass for all resources.