Project
shapeable
The premise of this gem is that consumers of your API need versioning
and different shapes of your resources. Without proper thought into versioning
and shaping, your codebase can quickly resolve into a redundant and confusing state.
This gem tries to solve that problem by allowing the API owner to use simple
conventions -- Accept headers and ActiveModelSerializer namespacing -- to achieve
controller reuse by controllers delegating resource versioning and shaping
to the serializer level.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Licenses
MIT
Dependencies