bundle install
rackup
curl -I -H "Content-Type: application/vnd.api+json" -H "Accept: application/vnd.api+json" https://localhost:9292
- expect to works fine, got 406.- Uncomment
format :jsonapi
inconfig.ru
curl -I -H "Content-Type: application/vnd.api+json" -H "Accept: application/vnd.api+json" https://localhost:9292
- works fine.curl -I -H "Content-Type: text/plain" -H "Accept: text/plain" https://localhost:9292
- respond withapplication/vnd.api+json
, expect to get 406.
-
Notifications
You must be signed in to change notification settings - Fork 1
igas/jsonapi-grape-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published