allensdk.api.queries.connected_services module¶
-
class
allensdk.api.queries.connected_services.
ConnectedServices
[source]¶ Bases:
object
A class representing a schema of informatics web services.
Notes
See Connected Services and Pipes for a human-readable list of services and parameters.
The URL format is documented at Service Pipelines.
Connected Services only include API services that are accessed via the RMA endpoint using an rma::services stage.
-
ARRAY
= 'array'¶
-
BOOLEAN
= 'boolean'¶
-
FLOAT
= 'float'¶
-
INTEGER
= 'integer'¶
-
STRING
= 'string'¶
-
build_url
(service_name, kwargs)[source]¶ Create a single stage RMA url from a service name and parameters.
-
classmethod
schema
()¶ Dictionary of service names and parameters.
Notes
See Connected Services and Pipes for a human-readable list of connected services and their parameters.
-