如何解決: ERROR: JSONAPI::Serializable::UndefinedSerializableClass: No
serializable class defined for Post
app/controllers/api/v1/posts_controller.rb:20:in `index'
使用這種寶石: gem 'jsonapi_suite'
gem 'js
我目前正在試圖建模JSON API的查詢參數結構,並將其應用到我的Spring Boot項目中。我將關注filters,排序,分頁和可能的字段限制。 我想先下手過濾,所以我想我的REST端點能夠處理像 GET /comments?filter[post]=1 HTTP/1.1
GET /comments?filter[post]=1,2 HTTP/1.1
GET /comments?fil