spree_api 3.7.14.1 → 4.0.0.beta
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of spree_api might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/app/controllers/spree/api/base_controller.rb +3 -3
- data/app/controllers/spree/api/v1/addresses_controller.rb +2 -2
- data/app/controllers/spree/api/v1/countries_controller.rb +2 -2
- data/app/controllers/spree/api/v1/credit_cards_controller.rb +2 -2
- data/app/controllers/spree/api/v1/images_controller.rb +3 -3
- data/app/controllers/spree/api/v1/inventory_units_controller.rb +2 -2
- data/app/controllers/spree/api/v1/option_types_controller.rb +4 -4
- data/app/controllers/spree/api/v1/option_values_controller.rb +3 -3
- data/app/controllers/spree/api/v1/payments_controller.rb +2 -2
- data/app/controllers/spree/api/v1/product_properties_controller.rb +4 -4
- data/app/controllers/spree/api/v1/properties_controller.rb +4 -4
- data/app/controllers/spree/api/v1/return_authorizations_controller.rb +4 -4
- data/app/controllers/spree/api/v1/shipments_controller.rb +3 -3
- data/app/controllers/spree/api/v1/states_controller.rb +3 -3
- data/app/controllers/spree/api/v1/stock_items_controller.rb +2 -2
- data/app/controllers/spree/api/v1/stock_locations_controller.rb +5 -4
- data/app/controllers/spree/api/v1/stock_movements_controller.rb +3 -3
- data/app/controllers/spree/api/v1/stores_controller.rb +4 -4
- data/app/controllers/spree/api/v1/taxonomies_controller.rb +3 -3
- data/app/controllers/spree/api/v1/taxons_controller.rb +5 -5
- data/app/controllers/spree/api/v1/users_controller.rb +3 -3
- data/app/controllers/spree/api/v1/variants_controller.rb +3 -3
- data/app/controllers/spree/api/v1/zones_controller.rb +3 -3
- data/app/controllers/spree/api/v2/base_controller.rb +1 -6
- data/app/controllers/spree/api/v2/storefront/account/credit_cards_controller.rb +1 -1
- data/app/controllers/spree/api/v2/storefront/countries_controller.rb +2 -1
- data/app/controllers/spree/api/v2/storefront/order_status_controller.rb +0 -6
- data/app/controllers/spree/api/v2/storefront/products_controller.rb +1 -1
- data/app/controllers/spree/api/v2/storefront/taxons_controller.rb +1 -1
- data/app/views/spree/api/errors/{gateway_error.v1.rabl → gateway_error.rabl} +0 -0
- data/app/views/spree/api/errors/{invalid_api_key.v1.rabl → invalid_api_key.rabl} +0 -0
- data/app/views/spree/api/errors/{invalid_resource.v1.rabl → invalid_resource.rabl} +0 -0
- data/app/views/spree/api/errors/{must_specify_api_key.v1.rabl → must_specify_api_key.rabl} +0 -0
- data/app/views/spree/api/errors/{not_found.v1.rabl → not_found.rabl} +0 -0
- data/app/views/spree/api/errors/{unauthorized.v1.rabl → unauthorized.rabl} +0 -0
- data/app/views/spree/api/v1/addresses/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/adjustments/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/countries/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/countries/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/credit_cards/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/credit_cards/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/customer_returns/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/images/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/images/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/images/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/line_items/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/line_items/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/option_types/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/option_types/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/option_types/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/option_values/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/option_values/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/option_values/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{address.v1.rabl → address.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{canceled.v1.rabl → canceled.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{cart.v1.rabl → cart.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{complete.v1.rabl → complete.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{could_not_apply_coupon.v1.rabl → could_not_apply_coupon.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{could_not_transition.v1.rabl → could_not_transition.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{insufficient_quantity.v1.rabl → insufficient_quantity.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{invalid_shipping_method.v1.rabl → invalid_shipping_method.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{mine.v1.rabl → mine.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{order.v1.rabl → order.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{payment.v1.rabl → payment.rabl} +0 -0
- data/app/views/spree/api/v1/orders/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/payments/{credit_over_limit.v1.rabl → credit_over_limit.rabl} +0 -0
- data/app/views/spree/api/v1/payments/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/payments/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/payments/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/payments/{update_forbidden.v1.rabl → update_forbidden.rabl} +0 -0
- data/app/views/spree/api/v1/product_properties/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/product_properties/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/product_properties/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/products/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/products/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/products/{product.v1.rabl → product.rabl} +0 -0
- data/app/views/spree/api/v1/products/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/promotions/{handler.v1.rabl → handler.rabl} +0 -0
- data/app/views/spree/api/v1/promotions/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/properties/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/properties/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/properties/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/reimbursements/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/return_authorizations/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/return_authorizations/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/return_authorizations/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/shared/{stock_location_required.v1.rabl → stock_location_required.rabl} +0 -0
- data/app/views/spree/api/v1/shipments/{big.v1.rabl → big.rabl} +0 -0
- data/app/views/spree/api/v1/shipments/{cannot_ready_shipment.v1.rabl → cannot_ready_shipment.rabl} +0 -0
- data/app/views/spree/api/v1/shipments/{mine.v1.rabl → mine.rabl} +0 -0
- data/app/views/spree/api/v1/shipments/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/shipments/{small.v1.rabl → small.rabl} +0 -0
- data/app/views/spree/api/v1/shipping_rates/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/states/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/states/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/stock_items/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/stock_items/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/stock_locations/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/stock_locations/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/stock_movements/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/stock_movements/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/stores/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/stores/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/tags/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/taxonomies/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/taxonomies/{nested.v1.rabl → nested.rabl} +0 -0
- data/app/views/spree/api/v1/taxonomies/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/taxonomies/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/taxons/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/taxons/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/taxons/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/taxons/{taxons.v1.rabl → taxons.rabl} +0 -0
- data/app/views/spree/api/v1/users/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/users/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/users/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/variants/{big.v1.rabl → big.rabl} +0 -0
- data/app/views/spree/api/v1/variants/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/variants/{new.v1.rabl → new.rabl} +0 -0
- data/app/views/spree/api/v1/variants/{show.v1.rabl → show.rabl} +0 -0
- data/app/views/spree/api/v1/variants/{small.v1.rabl → small.rabl} +0 -0
- data/app/views/spree/api/v1/zones/{index.v1.rabl → index.rabl} +0 -0
- data/app/views/spree/api/v1/zones/{show.v1.rabl → show.rabl} +0 -0
- data/config/initializers/doorkeeper.rb +12 -0
- data/config/initializers/rabl_rails6_fix.rb +16 -0
- data/config/routes.rb +0 -2
- data/docs/v2/storefront/index.yaml +36 -31
- data/lib/spree/api/engine.rb +0 -19
- data/lib/spree/api/testing_support/v2/base.rb +1 -1
- data/lib/spree_api.rb +0 -1
- data/spree_api.gemspec +2 -3
- metadata +108 -126
- data/app/controllers/spree/api/v1/tags_controller.rb +0 -28
- data/app/models/doorkeeper/access_grant_decorator.rb +0 -3
- data/app/models/doorkeeper/access_token_decorator.rb +0 -3
- data/app/models/doorkeeper/application_decorator.rb +0 -3
- data/config/initializers/metal_load_paths.rb +0 -1
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.0.0.beta
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Bigg
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jsonapi-rspec
|
@@ -30,42 +30,28 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 4.0.0.beta
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 4.0.0.beta
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rabl
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.
|
47
|
+
version: 0.14.1
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: versioncake
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - "~>"
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: 3.4.0
|
62
|
-
type: :runtime
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - "~>"
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: 3.4.0
|
54
|
+
version: 0.14.1
|
69
55
|
- !ruby/object:Gem::Dependency
|
70
56
|
name: fast_jsonapi
|
71
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -135,7 +121,6 @@ files:
|
|
135
121
|
- app/controllers/spree/api/v1/stock_locations_controller.rb
|
136
122
|
- app/controllers/spree/api/v1/stock_movements_controller.rb
|
137
123
|
- app/controllers/spree/api/v1/stores_controller.rb
|
138
|
-
- app/controllers/spree/api/v1/tags_controller.rb
|
139
124
|
- app/controllers/spree/api/v1/taxonomies_controller.rb
|
140
125
|
- app/controllers/spree/api/v1/taxons_controller.rb
|
141
126
|
- app/controllers/spree/api/v1/users_controller.rb
|
@@ -155,9 +140,6 @@ files:
|
|
155
140
|
- app/helpers/spree/api/v2/collection_options_helpers.rb
|
156
141
|
- app/models/concerns/spree/user_api_authentication.rb
|
157
142
|
- app/models/concerns/spree/user_api_methods.rb
|
158
|
-
- app/models/doorkeeper/access_grant_decorator.rb
|
159
|
-
- app/models/doorkeeper/access_token_decorator.rb
|
160
|
-
- app/models/doorkeeper/application_decorator.rb
|
161
143
|
- app/models/spree/api_configuration.rb
|
162
144
|
- app/models/spree/api_dependencies.rb
|
163
145
|
- app/serializers/spree/v2/storefront/address_serializer.rb
|
@@ -186,106 +168,106 @@ files:
|
|
186
168
|
- app/serializers/spree/v2/storefront/taxonomy_serializer.rb
|
187
169
|
- app/serializers/spree/v2/storefront/user_serializer.rb
|
188
170
|
- app/serializers/spree/v2/storefront/variant_serializer.rb
|
189
|
-
- app/views/spree/api/errors/gateway_error.
|
190
|
-
- app/views/spree/api/errors/invalid_api_key.
|
191
|
-
- app/views/spree/api/errors/invalid_resource.
|
192
|
-
- app/views/spree/api/errors/must_specify_api_key.
|
193
|
-
- app/views/spree/api/errors/not_found.
|
194
|
-
- app/views/spree/api/errors/unauthorized.
|
195
|
-
- app/views/spree/api/v1/addresses/show.
|
196
|
-
- app/views/spree/api/v1/adjustments/show.
|
197
|
-
- app/views/spree/api/v1/countries/index.
|
198
|
-
- app/views/spree/api/v1/countries/show.
|
199
|
-
- app/views/spree/api/v1/credit_cards/index.
|
200
|
-
- app/views/spree/api/v1/credit_cards/show.
|
201
|
-
- app/views/spree/api/v1/customer_returns/index.
|
202
|
-
- app/views/spree/api/v1/images/index.
|
203
|
-
- app/views/spree/api/v1/images/new.
|
204
|
-
- app/views/spree/api/v1/images/show.
|
171
|
+
- app/views/spree/api/errors/gateway_error.rabl
|
172
|
+
- app/views/spree/api/errors/invalid_api_key.rabl
|
173
|
+
- app/views/spree/api/errors/invalid_resource.rabl
|
174
|
+
- app/views/spree/api/errors/must_specify_api_key.rabl
|
175
|
+
- app/views/spree/api/errors/not_found.rabl
|
176
|
+
- app/views/spree/api/errors/unauthorized.rabl
|
177
|
+
- app/views/spree/api/v1/addresses/show.rabl
|
178
|
+
- app/views/spree/api/v1/adjustments/show.rabl
|
179
|
+
- app/views/spree/api/v1/countries/index.rabl
|
180
|
+
- app/views/spree/api/v1/countries/show.rabl
|
181
|
+
- app/views/spree/api/v1/credit_cards/index.rabl
|
182
|
+
- app/views/spree/api/v1/credit_cards/show.rabl
|
183
|
+
- app/views/spree/api/v1/customer_returns/index.rabl
|
184
|
+
- app/views/spree/api/v1/images/index.rabl
|
185
|
+
- app/views/spree/api/v1/images/new.rabl
|
186
|
+
- app/views/spree/api/v1/images/show.rabl
|
205
187
|
- app/views/spree/api/v1/inventory_units/show.rabl
|
206
|
-
- app/views/spree/api/v1/line_items/new.
|
207
|
-
- app/views/spree/api/v1/line_items/show.
|
208
|
-
- app/views/spree/api/v1/option_types/index.
|
209
|
-
- app/views/spree/api/v1/option_types/new.
|
210
|
-
- app/views/spree/api/v1/option_types/show.
|
211
|
-
- app/views/spree/api/v1/option_values/index.
|
212
|
-
- app/views/spree/api/v1/option_values/new.
|
213
|
-
- app/views/spree/api/v1/option_values/show.
|
214
|
-
- app/views/spree/api/v1/orders/address.
|
215
|
-
- app/views/spree/api/v1/orders/canceled.
|
216
|
-
- app/views/spree/api/v1/orders/cart.
|
217
|
-
- app/views/spree/api/v1/orders/complete.
|
218
|
-
- app/views/spree/api/v1/orders/could_not_apply_coupon.
|
219
|
-
- app/views/spree/api/v1/orders/could_not_transition.
|
220
|
-
- app/views/spree/api/v1/orders/index.
|
221
|
-
- app/views/spree/api/v1/orders/insufficient_quantity.
|
222
|
-
- app/views/spree/api/v1/orders/invalid_shipping_method.
|
223
|
-
- app/views/spree/api/v1/orders/mine.
|
224
|
-
- app/views/spree/api/v1/orders/order.
|
225
|
-
- app/views/spree/api/v1/orders/payment.
|
226
|
-
- app/views/spree/api/v1/orders/show.
|
227
|
-
- app/views/spree/api/v1/payments/credit_over_limit.
|
228
|
-
- app/views/spree/api/v1/payments/index.
|
229
|
-
- app/views/spree/api/v1/payments/new.
|
230
|
-
- app/views/spree/api/v1/payments/show.
|
231
|
-
- app/views/spree/api/v1/payments/update_forbidden.
|
232
|
-
- app/views/spree/api/v1/product_properties/index.
|
233
|
-
- app/views/spree/api/v1/product_properties/new.
|
234
|
-
- app/views/spree/api/v1/product_properties/show.
|
235
|
-
- app/views/spree/api/v1/products/index.
|
236
|
-
- app/views/spree/api/v1/products/new.
|
237
|
-
- app/views/spree/api/v1/products/product.
|
238
|
-
- app/views/spree/api/v1/products/show.
|
239
|
-
- app/views/spree/api/v1/promotions/handler.
|
240
|
-
- app/views/spree/api/v1/promotions/show.
|
241
|
-
- app/views/spree/api/v1/properties/index.
|
242
|
-
- app/views/spree/api/v1/properties/new.
|
243
|
-
- app/views/spree/api/v1/properties/show.
|
244
|
-
- app/views/spree/api/v1/reimbursements/index.
|
245
|
-
- app/views/spree/api/v1/return_authorizations/index.
|
246
|
-
- app/views/spree/api/v1/return_authorizations/new.
|
247
|
-
- app/views/spree/api/v1/return_authorizations/show.
|
248
|
-
- app/views/spree/api/v1/shared/stock_location_required.
|
249
|
-
- app/views/spree/api/v1/shipments/big.
|
250
|
-
- app/views/spree/api/v1/shipments/cannot_ready_shipment.
|
251
|
-
- app/views/spree/api/v1/shipments/mine.
|
252
|
-
- app/views/spree/api/v1/shipments/show.
|
253
|
-
- app/views/spree/api/v1/shipments/small.
|
254
|
-
- app/views/spree/api/v1/shipping_rates/show.
|
255
|
-
- app/views/spree/api/v1/states/index.
|
256
|
-
- app/views/spree/api/v1/states/show.
|
257
|
-
- app/views/spree/api/v1/stock_items/index.
|
258
|
-
- app/views/spree/api/v1/stock_items/show.
|
259
|
-
- app/views/spree/api/v1/stock_locations/index.
|
260
|
-
- app/views/spree/api/v1/stock_locations/show.
|
261
|
-
- app/views/spree/api/v1/stock_movements/index.
|
262
|
-
- app/views/spree/api/v1/stock_movements/show.
|
263
|
-
- app/views/spree/api/v1/stores/index.
|
264
|
-
- app/views/spree/api/v1/stores/show.
|
265
|
-
- app/views/spree/api/v1/tags/index.
|
266
|
-
- app/views/spree/api/v1/taxonomies/index.
|
188
|
+
- app/views/spree/api/v1/line_items/new.rabl
|
189
|
+
- app/views/spree/api/v1/line_items/show.rabl
|
190
|
+
- app/views/spree/api/v1/option_types/index.rabl
|
191
|
+
- app/views/spree/api/v1/option_types/new.rabl
|
192
|
+
- app/views/spree/api/v1/option_types/show.rabl
|
193
|
+
- app/views/spree/api/v1/option_values/index.rabl
|
194
|
+
- app/views/spree/api/v1/option_values/new.rabl
|
195
|
+
- app/views/spree/api/v1/option_values/show.rabl
|
196
|
+
- app/views/spree/api/v1/orders/address.rabl
|
197
|
+
- app/views/spree/api/v1/orders/canceled.rabl
|
198
|
+
- app/views/spree/api/v1/orders/cart.rabl
|
199
|
+
- app/views/spree/api/v1/orders/complete.rabl
|
200
|
+
- app/views/spree/api/v1/orders/could_not_apply_coupon.rabl
|
201
|
+
- app/views/spree/api/v1/orders/could_not_transition.rabl
|
202
|
+
- app/views/spree/api/v1/orders/index.rabl
|
203
|
+
- app/views/spree/api/v1/orders/insufficient_quantity.rabl
|
204
|
+
- app/views/spree/api/v1/orders/invalid_shipping_method.rabl
|
205
|
+
- app/views/spree/api/v1/orders/mine.rabl
|
206
|
+
- app/views/spree/api/v1/orders/order.rabl
|
207
|
+
- app/views/spree/api/v1/orders/payment.rabl
|
208
|
+
- app/views/spree/api/v1/orders/show.rabl
|
209
|
+
- app/views/spree/api/v1/payments/credit_over_limit.rabl
|
210
|
+
- app/views/spree/api/v1/payments/index.rabl
|
211
|
+
- app/views/spree/api/v1/payments/new.rabl
|
212
|
+
- app/views/spree/api/v1/payments/show.rabl
|
213
|
+
- app/views/spree/api/v1/payments/update_forbidden.rabl
|
214
|
+
- app/views/spree/api/v1/product_properties/index.rabl
|
215
|
+
- app/views/spree/api/v1/product_properties/new.rabl
|
216
|
+
- app/views/spree/api/v1/product_properties/show.rabl
|
217
|
+
- app/views/spree/api/v1/products/index.rabl
|
218
|
+
- app/views/spree/api/v1/products/new.rabl
|
219
|
+
- app/views/spree/api/v1/products/product.rabl
|
220
|
+
- app/views/spree/api/v1/products/show.rabl
|
221
|
+
- app/views/spree/api/v1/promotions/handler.rabl
|
222
|
+
- app/views/spree/api/v1/promotions/show.rabl
|
223
|
+
- app/views/spree/api/v1/properties/index.rabl
|
224
|
+
- app/views/spree/api/v1/properties/new.rabl
|
225
|
+
- app/views/spree/api/v1/properties/show.rabl
|
226
|
+
- app/views/spree/api/v1/reimbursements/index.rabl
|
227
|
+
- app/views/spree/api/v1/return_authorizations/index.rabl
|
228
|
+
- app/views/spree/api/v1/return_authorizations/new.rabl
|
229
|
+
- app/views/spree/api/v1/return_authorizations/show.rabl
|
230
|
+
- app/views/spree/api/v1/shared/stock_location_required.rabl
|
231
|
+
- app/views/spree/api/v1/shipments/big.rabl
|
232
|
+
- app/views/spree/api/v1/shipments/cannot_ready_shipment.rabl
|
233
|
+
- app/views/spree/api/v1/shipments/mine.rabl
|
234
|
+
- app/views/spree/api/v1/shipments/show.rabl
|
235
|
+
- app/views/spree/api/v1/shipments/small.rabl
|
236
|
+
- app/views/spree/api/v1/shipping_rates/show.rabl
|
237
|
+
- app/views/spree/api/v1/states/index.rabl
|
238
|
+
- app/views/spree/api/v1/states/show.rabl
|
239
|
+
- app/views/spree/api/v1/stock_items/index.rabl
|
240
|
+
- app/views/spree/api/v1/stock_items/show.rabl
|
241
|
+
- app/views/spree/api/v1/stock_locations/index.rabl
|
242
|
+
- app/views/spree/api/v1/stock_locations/show.rabl
|
243
|
+
- app/views/spree/api/v1/stock_movements/index.rabl
|
244
|
+
- app/views/spree/api/v1/stock_movements/show.rabl
|
245
|
+
- app/views/spree/api/v1/stores/index.rabl
|
246
|
+
- app/views/spree/api/v1/stores/show.rabl
|
247
|
+
- app/views/spree/api/v1/tags/index.rabl
|
248
|
+
- app/views/spree/api/v1/taxonomies/index.rabl
|
267
249
|
- app/views/spree/api/v1/taxonomies/jstree.rabl
|
268
|
-
- app/views/spree/api/v1/taxonomies/nested.
|
269
|
-
- app/views/spree/api/v1/taxonomies/new.
|
270
|
-
- app/views/spree/api/v1/taxonomies/show.
|
271
|
-
- app/views/spree/api/v1/taxons/index.
|
250
|
+
- app/views/spree/api/v1/taxonomies/nested.rabl
|
251
|
+
- app/views/spree/api/v1/taxonomies/new.rabl
|
252
|
+
- app/views/spree/api/v1/taxonomies/show.rabl
|
253
|
+
- app/views/spree/api/v1/taxons/index.rabl
|
272
254
|
- app/views/spree/api/v1/taxons/jstree.rabl
|
273
|
-
- app/views/spree/api/v1/taxons/new.
|
274
|
-
- app/views/spree/api/v1/taxons/show.
|
275
|
-
- app/views/spree/api/v1/taxons/taxons.
|
276
|
-
- app/views/spree/api/v1/users/index.
|
277
|
-
- app/views/spree/api/v1/users/new.
|
278
|
-
- app/views/spree/api/v1/users/show.
|
279
|
-
- app/views/spree/api/v1/variants/big.
|
280
|
-
- app/views/spree/api/v1/variants/index.
|
281
|
-
- app/views/spree/api/v1/variants/new.
|
282
|
-
- app/views/spree/api/v1/variants/show.
|
283
|
-
- app/views/spree/api/v1/variants/small.
|
284
|
-
- app/views/spree/api/v1/zones/index.
|
285
|
-
- app/views/spree/api/v1/zones/show.
|
255
|
+
- app/views/spree/api/v1/taxons/new.rabl
|
256
|
+
- app/views/spree/api/v1/taxons/show.rabl
|
257
|
+
- app/views/spree/api/v1/taxons/taxons.rabl
|
258
|
+
- app/views/spree/api/v1/users/index.rabl
|
259
|
+
- app/views/spree/api/v1/users/new.rabl
|
260
|
+
- app/views/spree/api/v1/users/show.rabl
|
261
|
+
- app/views/spree/api/v1/variants/big.rabl
|
262
|
+
- app/views/spree/api/v1/variants/index.rabl
|
263
|
+
- app/views/spree/api/v1/variants/new.rabl
|
264
|
+
- app/views/spree/api/v1/variants/show.rabl
|
265
|
+
- app/views/spree/api/v1/variants/small.rabl
|
266
|
+
- app/views/spree/api/v1/zones/index.rabl
|
267
|
+
- app/views/spree/api/v1/zones/show.rabl
|
286
268
|
- config/initializers/doorkeeper.rb
|
287
269
|
- config/initializers/json_api_mime_types.rb
|
288
|
-
- config/initializers/
|
270
|
+
- config/initializers/rabl_rails6_fix.rb
|
289
271
|
- config/initializers/user_class_extensions.rb
|
290
272
|
- config/locales/en.yml
|
291
273
|
- config/routes.rb
|
@@ -314,7 +296,7 @@ homepage: http://spreecommerce.org
|
|
314
296
|
licenses:
|
315
297
|
- BSD-3-Clause
|
316
298
|
metadata: {}
|
317
|
-
post_install_message:
|
299
|
+
post_install_message:
|
318
300
|
rdoc_options: []
|
319
301
|
require_paths:
|
320
302
|
- lib
|
@@ -322,15 +304,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
322
304
|
requirements:
|
323
305
|
- - ">="
|
324
306
|
- !ruby/object:Gem::Version
|
325
|
-
version: 2.
|
307
|
+
version: 2.5.0
|
326
308
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
327
309
|
requirements:
|
328
|
-
- - "
|
310
|
+
- - ">"
|
329
311
|
- !ruby/object:Gem::Version
|
330
|
-
version:
|
312
|
+
version: 1.3.1
|
331
313
|
requirements: []
|
332
|
-
rubygems_version: 3.
|
333
|
-
signing_key:
|
314
|
+
rubygems_version: 3.0.2
|
315
|
+
signing_key:
|
334
316
|
specification_version: 4
|
335
317
|
summary: Spree's API
|
336
318
|
test_files: []
|
@@ -1,28 +0,0 @@
|
|
1
|
-
module Spree
|
2
|
-
module Api
|
3
|
-
module V1
|
4
|
-
class TagsController < Spree::Api::BaseController
|
5
|
-
def index
|
6
|
-
@tags =
|
7
|
-
if params[:ids]
|
8
|
-
Tag.where(id: params[:ids].split(',').flatten)
|
9
|
-
else
|
10
|
-
Tag.ransack(params[:q]).result
|
11
|
-
end
|
12
|
-
|
13
|
-
@tags = @tags.page(params[:page]).per(params[:per_page])
|
14
|
-
|
15
|
-
expires_in 15.minutes, public: true
|
16
|
-
headers['Surrogate-Control'] = "max-age=#{15.minutes}"
|
17
|
-
respond_with(@tags)
|
18
|
-
end
|
19
|
-
|
20
|
-
private
|
21
|
-
|
22
|
-
def tags_params
|
23
|
-
params.require(:tag).permit(permitted_tags_attributes)
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
28
|
-
end
|
@@ -1 +0,0 @@
|
|
1
|
-
Spree::Api::BaseController.append_view_path(ApplicationController.view_paths)
|