bidiu / ink-api

For Markdown lovers.
1 stars 0 forks source link

Convert '_expand' from boolean to model list #33

Closed bidiu closed 7 years ago

bidiu commented 7 years ago

[['user', 1],['xxx',3]] such that I could use Map to store them, which also gives client much more freedom.

bidiu commented 7 years ago

To deprecate the '_expLimit' param.

bidiu commented 7 years ago

"_expand": { "users": { "_limit": 10, "_strip": false }, ... }