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
GetResourcesAsyncAPI to retrieve all API resources

GetResourcesAsync

API to retrieve all API resources

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

Return Type

GetResourcesOkResponse

Example Usage Code Snippet

using OpenHue;

var client = new OpenHueClient();

var response = await client.Resource.GetResourcesAsync();

Console.WriteLine(response);

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →