Python examples
All the Python examples in this page use the REST access as it is straight-forward to use for scripting languages.
Accessing the registry
Python 2.7 examples
- List all the Services and its base URL.
- List all the Services showing more details about the service.
Python 3 examples
- List all the Services and its base URL.
- List all the Services showing more details about the service.
Querying PSICQUIC services
The following examples can be used to access PSICQUIC services.
Python 2.7 examples
- Query one service.
- Query all the services: It queries the registry to get all the services and then executes a query for each one of them.
Python 3 examples
- Query one service.
- Query all the services: It queries the registry to get all the services and then executes a query for each one of them.