module DppmRestApi::Actions::App

Included Modules

Extended Modules

Defined in:

actions/app.cr

Instance Method Summary

Instance methods inherited from module DppmRestApi::Actions::Route

build_json_array(response : IO, & : JSON::Builder -> ) build_json_array, build_json_object(response : IO, & : JSON::Builder -> ) build_json_object, parse_boolean_param(key : String, from context : HTTP::Server::Context) : Bool parse_boolean_param

Class methods inherited from module DppmRestApi::Actions::Route

get_prefix_with_source_name(context : HTTP::Server::Context) : DPPM::Prefix get_prefix_with_source_name, prefix : DPPM::Prefix? prefix, prefix=(prefix : DPPM::Prefix) prefix=

Instance Method Detail

def valid_streams(app : DPPM::Prefix::App) #

[View source]