service_root_uri Property

The root URI of an OData service.

Syntax

def get_service_root_uri() -> str: ...
def set_service_root_uri(value: str) -> None: ...

service_root_uri = property(get_service_root_uri, set_service_root_uri)

Default Value

""

Remarks

This property contains the root URI of an OData service. This value is used in conjunction with resource_path (service_root_uri/resource_path) to query feeds and modify entries.

For example, the service_root_uri of the OData sample service is: "http://services.odata.org/OData/OData.svc/".

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]