Rewrite in a clean way DrupalJSONAPIQueryString.js
yann-yinn opened this issue · 8 comments
yann-yinn commented
add some recursivity + enhance units tests with a more complex query
edit : now a npm package https://www.npmjs.com/package/d8-jsonapi-querystring
dawehner commented
Is this something which could be published as a npm package? This could be useful for other implementations as well, I assume?
yann-yinn commented
@dawehner well i guess there is already an existing package that does that, i have to check :-p
If not, it may be useful for others JS clients to published it as package
dawehner commented
At least in my elm implementation I certainly will write a similar library
as well. It is certainly helpful to have a more descriptive way of saying
what you want than "JUST" a query string.
…On Sat, 24 Jun 2017 at 13:47 Yann ***@***.***> wrote:
@dawehner <https://github.com/dawehner> well i guess there is already an
existing package that does that, i have to check :-p
It not, it may be useful for others JS clents and published it as package
would be the way
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABz7qoiIWw2DetIQyNptGFeCJe8R-38ks5sHQVQgaJpZM4OETRT>
.
yann-yinn commented
Maybe i miss it but did not found a existing npm package that do this : https://www.npmjs.com/browse/keyword/jsonapi
yann-yinn commented
Rewritten with a fully recursive function + unit test fixed
e0ipso commented
Recursion rulez!
…On Jun 25, 2017 14:08, "Yann" ***@***.***> wrote:
Rewritten with a fully recursive function
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABFoqrRvUUdcYUt1yKVG-XZK3vQ6Vxxlks5sHk3DgaJpZM4OETRT>
.
yann-yinn commented
Now a npm package : https://www.npmjs.com/package/d8-jsonapi-querystring
e0ipso commented
👏 will you ping the other consumer devs in Slack to let them know about
it?
…On Jun 25, 2017 8:41 PM, "Yann" ***@***.***> wrote:
Now a npm package : https://www.npmjs.com/package/d8-jsonapi-querystring
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABFoqkYlcEhuUENChn19poLIJUBQbRjsks5sHqm9gaJpZM4OETRT>
.