Ebay launches query language
1–10 of 32 posts
Re: Ebay launches query language
#2Re: Ebay launches query language
#3Site's down for me
Re: Ebay launches query language
#4Re: Ebay launches query language
#5Earlier quoted context omitted.
For me too now, theres some info on their github page: https://github.com/ql-io/ql.io
Ah, thanks for the github link. It looks like an interesting project although I'm not sure what it brings over a more 'traditional' approach to API consumption
Re: Ebay launches query language
#6Re: Ebay launches query language
#7Re: Ebay launches query language
#8Re: Ebay launches query language
#9Thoughts on this? Is there room for innovation in APIs via DSLs?
Re: Ebay launches query language
#10Interesting. Isn't this the metalinguistic paradigm in action? Ie instead of creating a library/API you create a whole new Domain-Specific Language. Thoughts on this? Is there room for innovation in APIs via DSLs?
I am imagining DSLs being useful both on the server side and the client side. For the former, imagine sending off a single query instead of doing a bunch of different API calls. For the latter, well, JQuery is an existing example of a popular client-side DSL (technically it's not, but it feels that way).