Space REST query library

Hello,

Space offers some queries in its REST API, like $top, $skip, $fields and some more. I am wondering, what library is used for that?
https://www.jetbrains.com/help/space/third-party-software-used-in-space.html#backend-libraries shows all libraries that are used for Space, but I couldn't find the one responsible for the queries.

And besides: $top, $skip and $fields look like they are inspired by the OData protocol. Are they based on some standard?

 

0
2 comments

Hello,

Thank you for your question!

We do not use any particular library here or follow any standard literally. We just borrow popular constructs to make API more predictable for people familiar with other APIs.

Margarita Kolotilova
JetBrains
http://www.jetbrains.com
The Drive to Develop

0

I see, that's strange, because I've seen many projects using some kind of filter fields and similar queries, but currently there doesn't seem to be a library for it. RSQL is a library for parsing such queries, but it is discontinued and there is no current alternative. I've hoped that Jetbrains has a project here.

However, thanks for the answer. 

0

Please sign in to leave a comment.