class Dogapi::V1::DashboardListService

Overview

Dashboard List API

Defined in:

dogapi/v1/dashboard_list.cr

Constant Summary

RESOURCE_NAME = "dashboard/lists/manual"
SUB_RESOURCE_NAME = "dashboards"

Instance Method Summary

Instance methods inherited from class Dogapi::APIService

handle_response(resp) handle_response, prepare_params(extra_params, with_app_key) prepare_params, request(method, url, extra_params, body, send_json, with_app_key = true) request, suppress_error_if_silent(e) suppress_error_if_silent

Constructor methods inherited from class Dogapi::APIService

new(api_key : String, application_key : Nil | String = nil, silent : Bool = true, timeout : Int32 | Nil = nil, endpoint : Nil | String = nil) new

Instance Method Detail

def add_items(resource_id, dashboards) #

[View source]
def all #

[View source]
def create(name) #

Works


[View source]
def delete(resource_id) #

[View source]
def delete_items(resource_id, dashboards) #

[View source]
def get(resource_id) #

[View source]
def get_items(resource_id) #

[View source]
def update(resource_id, name) #

[View source]
def update_items(resource_id, dashboards) #

[View source]