nextpyp.client.gen.Services#
- class nextpyp.client.gen.Services#
Bases:
objectThis class houses all of the different regular services that can be accessed by the NextPYP client, with each service exposed as a class attribute.
Each regular service contains a group of functions that work in your app just like regular functions, except the function is executed on the NextPYP website instead of in your app. Calling a service function will cause your app to send a request to the NextPYP website and then wait until the response arrives.
Regular services are different from realtime services. To learn more about realtime services, see
RealtimeServices.Examples
Call the
listfuncton of theprojectsservice:projects = client.services.projects.list('user_id')
Methods
Attributes
The Apps service.
The Projects service.
The Sessions service.
The SingleParticleSessions service.
The TomographySessions service.
Details
-
apps:
AppsService# The Apps service. See:
AppsService
-
projects:
ProjectsService# The Projects service. See:
ProjectsService
-
sessions:
SessionsService# The Sessions service. See:
SessionsService
-
single_particle_sessions:
SingleParticleSessionsService# The SingleParticleSessions service. See:
SingleParticleSessionsService
-
tomography_sessions:
TomographySessionsService# The TomographySessions service. See:
TomographySessionsService
-
apps: