mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
begin integration docs
This commit is contained in:
parent
fee37d5c00
commit
168ec0ec2a
@ -15,7 +15,10 @@ This is the documentation of AMS, it's focused on the **0.10.x version.**
|
|||||||
- [How to add root key](howto/add_root_key.md)
|
- [How to add root key](howto/add_root_key.md)
|
||||||
- [How to add pagination links](howto/add_pagination_links.md)
|
- [How to add pagination links](howto/add_pagination_links.md)
|
||||||
- [Using AMS Outside Of Controllers](howto/outside_controller_use.md)
|
- [Using AMS Outside Of Controllers](howto/outside_controller_use.md)
|
||||||
- [How to use JSON API with Ember](howto/ember-and-json-api.md)
|
|
||||||
|
## Integrations
|
||||||
|
- [Ember with JSON API](integrations/ember-and-json-api.md)
|
||||||
|
- [Grape](integrations/grape.md)
|
||||||
|
|
||||||
## Getting Help
|
## Getting Help
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# How to use JSON API Query Parameters with Ember
|
# Integrating with Ember and JSON API
|
||||||
|
|
||||||
- [Preparation](./ember-and-json-api.md#preparation)
|
- [Preparation](./ember-and-json-api.md#preparation)
|
||||||
- [Adapter Changes](./ember-and-json-api.md#adapter-changes)
|
- [Adapter Changes](./ember-and-json-api.md#adapter-changes)
|
||||||
3
docs/integrations/grape.md
Normal file
3
docs/integrations/grape.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Integration with Grape
|
||||||
|
|
||||||
|
TODO: details on how to integrate with grape
|
||||||
Loading…
Reference in New Issue
Block a user