class Api::SwitchesController

Included Modules

Defined in:

controllers/api/switches_controller.cr

Instance Method Summary

Instance methods inherited from class Api::ApplicationController

before_filters : Nil before_filters

Instance methods inherited from module Api::Concerns::Response

response(status : Int32, data) response, response_error(status : Int32, message) response_error, response_payload(status : Int32, data) response_payload

Instance methods inherited from module Api::Concerns::Authentication

bearer_token bearer_token, current_user current_user, decoded_token decoded_token, session_auth session_auth

Instance Method Detail

def create #

[View source]
def destroy #

[View source]
def index #

[View source]
def show #

[View source]
def update #

[View source]