oat icon indicating copy to clipboard operation
oat copied to clipboard

Adapters-based API serializers with Hypermedia support for Ruby apps.

Results 12 oat issues
Sort by recently updated
recently updated
newest added

## Make schema definitions inspectable So we can generate example documentation our of them.

It should be possible to assign 1-n types to an entity. Therefore the type accessor is expected to deal with array as list as well.

Hey! I just found your serializer and I think it's amazing. I've not yet given it a try, but it covers maaaany of my needs. I previously built something fairly...

I was looking at using Oat for JSON:API, and found that the adapter's not following the latest version of the spec. The specific things I noticed were: - Attributes (other...

Just wondering if Oat supports this. if the property is `nil` just ignore it. Does somehow Oat DSL has a way of doing this ?

It should not be needed.

Submitted for comments, feedback for general usefulness. For my app I had issues serializing resources that link to each other. This would cause infinite recursion. This PR leverages the context...

As per http://jsonapi.org/format/#document-structure-resource-object-ids all JSON API resource ID's must be returned as a string. Since Rails stores ID's as integers it would be nice to have this conversion happen in...

Hi -- finally getting around to preparing tested version of the modifications I made to my fork a couple months ago, and looking for how-to-handle advice. JSONAPI specifies that: >...

I've built a basic adapter for [Hydra](http://www.hydra-cg.com/) here: https://github.com/pmackay/oat_hydra Any feedback much appreciated. Also is it best to keep this as a separate gem and release it, or integrate into...