Class: Spree::Api::V3::Admin::ResourceController
- Inherits:
-
ResourceController
- Object
- ActionController::API
- BaseController
- ResourceController
- Spree::Api::V3::Admin::ResourceController
- Defined in:
- app/controllers/spree/api/v3/admin/resource_controller.rb
Overview
Mirrors Admin::BaseController’s concerns. Both classes anchor parallel inheritance branches (V3::BaseController vs V3::ResourceController); any concern added here MUST also be added to Admin::BaseController.
Direct Known Subclasses
AdminUsersController, AllowedOriginsController, CategoriesController, CountriesController, CouponCodesController, CustomFieldDefinitionsController, CustomFieldsController, CustomerGroupsController, Customers::AddressesController, Customers::CreditCardsController, Customers::StoreCreditsController, CustomersController, GiftCardBatchesController, GiftCardsController, InvitationsController, OptionTypesController, Orders::BaseController, PaymentMethodsController, PriceListsController, Products::VariantsController, PromotionActionsController, PromotionRulesController, PromotionsController, StockItemsController, StockLocationsController, StockReservationsController, StockTransfersController, StoreCreditCategoriesController, TaxCategoriesController, VariantsController, WebhookDeliveriesController, WebhookEndpointsController
Constant Summary
Constants included from ScopedAuthorization
ScopedAuthorization::READ_ACTIONS
Constants inherited from BaseController
BaseController::RATE_LIMIT_RESPONSE
Constants included from Idempotent
Idempotent::IDEMPOTENCY_HEADER, Idempotent::IDEMPOTENCY_TTL, Idempotent::MAX_KEY_LENGTH, Idempotent::MUTATING_METHODS
Constants included from ErrorHandler
Constants included from JwtAuthentication
JwtAuthentication::JWT_AUDIENCE_ADMIN, JwtAuthentication::JWT_AUDIENCE_STORE, JwtAuthentication::JWT_ISSUER, JwtAuthentication::USER_TYPE_ADMIN, JwtAuthentication::USER_TYPE_CUSTOMER
Method Summary
Methods inherited from ResourceController
#create, #destroy, #index, #show, #update
Methods included from Spree::Api::V3::ApiKeyAuthentication
#authenticate_api_key!, #authenticate_secret_key!