Module: Restorm::Model::HTTP

Extended by:
ActiveSupport::Concern
Included in:
Restorm::Model
Defined in:
lib/restorm/model/http.rb

Overview

This module interacts with Restorm::API to fetch HTTP data

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

METHODS =
[:get, :post, :put, :patch, :delete, :options]