Creating Rails 5 API only application following JSON:API specification
This article describes how to build API only Rails application using new Rails 5 –api option. Further, I’ll explain how to follow JSON:API specification in your code, how to test your API’s and cover token authentication using some of the new Rails 5 features.
Post a comment