Skip to main content

ResourceService

A list of all methods in the ResourceService service. Click on the method name to view detailed information about that method.

MethodsDescription
get_resourcesAPI to retrieve all API resources

get_resources

API to retrieve all API resources

  • HTTP Method: GET
  • Endpoint: /clip/v2/resource

Return Type

GetResourcesOkResponse

Example Usage Code Snippet

from open_hue import OpenHue, Environment

sdk = OpenHue(
api_key="YOUR_API_KEY",
api_key_header="YOUR_API_KEY_HEADER",
base_url=Environment.DEFAULT.value
)

result = sdk.resource.get_resources()

print(result)

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →