pyns.endpoints.base.Base

class pyns.endpoints.base.Base(client)

Bases: ABC

Superclass for all resources.

All classes that inherent this can automatically have get, post, put, and delete methods associated with them, if they are compatible with that endpoint.

These are listed in subclasses as auto_methods.

__init__(client)

Initialize a Model instance.

Parameters:

client (Neuroscout) – base client instance

Methods

__init__(client)

Initialize a Model instance.