nevermined_sdk_py.nevermined.services module¶
-
class
nevermined_sdk_py.nevermined.services.
Services
¶ Bases:
object
Nevermined services class.
-
static
create_access_service
(attributes, service_endpoint)¶ Publish an asset with an Access service according to the supplied attributes.
- Parameters
attributes – attributes of the access service, dict
service_endpoint – str URL for initiating service access request
- Returns
Service instance or None
-
static