summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-07underscore the attribute type namev0.2.2mo
2019-01-07ensure custom "type" attribute worksmo
2019-01-07render extension schema attributes in jsonmo
2019-01-07allow resource to specify multiple schemasmo
2019-01-07add schemasmo
2019-01-07extract read/write attribute methodsmo
2019-01-07fix conflict with complex attribute named "value"mo
2019-01-07define dynamic modules instead of using method_missingmo
2019-01-07update READMEmo
2019-01-07add cimo
2019-01-07bump version.mo
2019-01-07move type coercion to type classmokha
2019-01-07emit json for complex attributesmokha
2019-01-07allow resources to support complex typesmokha
2019-01-07start to support complex attributesmokha
2019-01-07fix linter errorsmokha
2019-01-07allow setup to run from mac osmokha
2019-01-06allow reference typesmo
2019-01-06normalize value based on typemo
2019-01-05start to write specs for attribute classmo
2019-01-05fix lint errorsmo
2019-01-05extract Attribute classmo
2019-01-05generate attr_accessor defined in schemamo
2019-01-05start to design resourcemo
2019-01-05bump versionv0.2.1mo
2019-01-05extract schemas and messages modulesmo
2019-01-05specify primary authentication schemev0.2.0mo
2019-01-04use metamo
2019-01-04extract meta classmo
2019-01-04extract dynamic attributes modulemo
2019-01-04implement respond_to_missing?mo
2019-01-04add filter supportmo
2019-01-04add bulk supportmo
2019-01-04add other supportable featuresmo
2019-01-04with etag supportmo
2019-01-04move defaults to authentication scheme classmo
2019-01-04add authentication schemesmo
2019-01-04add meta attributes to service provider configmo
2019-01-04start to build the service provider configurationmo
2019-01-04fix linter errormo
2018-12-26update READMEv0.1.0mo
2018-12-26implement as_json for rails render json integrationmo
2018-12-26use the builder apimo
2018-12-26extract jbuilder template for resource typemo
2018-12-26provide a build interfacemo
2018-12-26use key_format to convert to camelCasemo
2018-12-26support canonical values.mo
2018-12-26extract a render methodmo
2018-12-26use method instead of instance variable.mo
2018-12-26extract templatable module.mo