mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
begin integration docs
This commit is contained in:
@@ -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 pagination links](howto/add_pagination_links.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
|
||||
|
||||
|
||||
@@ -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)
|
||||
- [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
|
||||
Reference in New Issue
Block a user