This dataset describes all of the new V2 endpoints, scraped from the documentation site.

clip_v2_endpoints

Format

A tibble:

route

endpoint URL pattern

verb

HTTP request verb

Examples

clip_v2_endpoints
#> # A tibble: 78 × 2
#>    route                verb  
#>    <chr>                <chr> 
#>  1 /resource/light      get   
#>  2 /resource/light/{id} put   
#>  3 /resource/light/{id} get   
#>  4 /resource/scene      post  
#>  5 /resource/scene      get   
#>  6 /resource/scene/{id} delete
#>  7 /resource/scene/{id} put   
#>  8 /resource/scene/{id} get   
#>  9 /resource/room       post  
#> 10 /resource/room       get   
#> # … with 68 more rows