Hue API: resourcelinks endpoints

create_resourcelink(...)

get_resourcelinks()

get_resourcelink(id)

set_resourcelink_attributes(id, ...)

delete_resourcelink(id)

Arguments

...

named parameters describing resourcelink attributes (e.g. name = "foo")

id

ID of a specific resourcelink

Value

Requests that create resources return the ID of the newly created item, requests with side effects return TRUE upon success, and GET requests return the response content, parsed into a list.