Module: Evvnt::Api

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/evvnt/api.rb

Overview

Internal: Handles requests to the EVVNT api and catches their responses.

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

HTTP_VERBS =

Allowed HTTP verbs

%i[get post put].freeze