-
Notifications
You must be signed in to change notification settings - Fork 26
Consolidate API #29
Copy link
Copy link
Open
Labels
Description
I am not very happy with the current API because there are three ways to configure the adapter:
- in
BackbonePouch.sync(options) - in the model:
pouch: options - during fetch:
fetch(options)
While each is useful, there might be a simpler way to do this without loosing flexibility.
This is related to #27.
Reactions are currently unavailable