vineey / archelix-rsql

This library brings the convenience of SQL declarative nature to restful APIs in the form of RSQL but without the danger of sql injection by using a typesafe mapping of allowed field paths defined via integration with querydsl library. Like sql, it supports clauses such as select, filter, pagination and sorting that can easily be represented in http request parameters. It primarily supports JPA model and MongoDB query via Querydsl.
MIT License
39 stars 9 forks source link

License file is missing #1

Closed massfords closed 8 years ago

massfords commented 8 years ago

This looks like a nice library. Could you please add a license file or statement indicating what the licensing of this code is. For example, the RSQL project on which this is based is MIT License.

Thanks.

vineey commented 8 years ago

Thanks for pointing that out. I will look into it.