21 April 2016 11:00
Why You Should Taste Grape – Glauco Custódio – Software engineering, open source, community and passion
I know that Rails 5 with --api mode is around the corner. But I need to say you how awesome is to build APIs with Grape. I will show you why.
What are the main features we expect from a good API?
Parameter validation
Parameter coercion
Documentation
Serialization
Performance
Versioning
Authentication
Testing
The first four items are the ones in which Grape really shines for me. I am going through one at a time.
1
(1 marks)