Class: Strapi::Request

Inherits:
Object
  • Object
show all
Defined in:
lib/strapi/request.rb

Overview

A convenience wrapper around Faraday to make a request to the Strapi API

Constant Summary collapse

ALLOWED_PARAM_KEYS =
%i[sort filters populate fields pagination publicationState locale].freeze
REQUEST_VERBS_WITHOUT_BODIES =
%i[get head delete trace].freeze