Skip to content

Commit b3815fe

Browse files
amcaplandgeb
authored andcommitted
Add SimpleJSONAPIClient to Ruby implementations (#1257)
1 parent c827578 commit b3815fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

implementations/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ assembled to vet them.
6060
* [JsonApiParser](https://github.com/beauby/jsonapi_parser) a ruby library for parsing/validating/handling JSONAPI documents.
6161
* [Munson](https://github.com/coryodaniel/munson) is a ruby JSONAPI client that can act as an ORM or integrate with your models via fine-grained agnosticism. Easy to configure and customize. Includes a chainable/customizable query builder, attributes API and dirty tracking.
6262
* [json-api-vanilla](https://github.com/trainline/json-api-vanilla) a reference-aware ruby library for JSONAPI deserialization that doesn't require setting up classes.
63+
* [SimpleJSONAPIClient](https://github.com/amcaplan/simple_jsonapi_client) gives you lower-level control for API operations, while your models and their relationships maintain a neat, ActiveRecord-inspired interface.
6364

6465
### <a href="#client-libraries-php" id="client-libraries-php" class="headerlink"></a> PHP
6566

0 commit comments

Comments
 (0)