begin integration docs

This commit is contained in:
L. Preston Sego III 2015-10-30 13:58:42 -04:00
parent fee37d5c00
commit 168ec0ec2a
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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)

View File

@ -0,0 +1,3 @@
# Integration with Grape
TODO: details on how to integrate with grape