Posts tagged under "api"

APIs supporting snake_case and camelCase with Rails

By Yuva on August 25, 2016
Supporting API conventions for client like reactjs can be quite tricky. This post talks about approach to make APIs accessible using snakecase or camelCase.
Tagged under: rails, api

An Introduction to JSON Schema

By Kashyap on April 5, 2014
JSON schema can help bring order to handling complex JSON interactions in APIs. For instance, you can avoid checking the types of incoming JSON and rely on JSON schema to do the validation. This post talks about similar usecases.
Tagged under: json, api, ruby