pyeve / Eve.NET

Portable HTTP and REST Client for Web Services powered by the Eve Framework
http://python-eve.org
Other
21 stars 5 forks source link

refactored where url builder on GET #5

Closed pedro2555 closed 6 years ago

pedro2555 commented 6 years ago

avoids asking for blank ands {"$and": [{}, {"name: "Name1"}]}

fixes that bit:

// TODO don't add ims and query parts if arguments are null? Works this way, but
// there's probably an unneeded impact on performance (and complexity).
nicolaiarocci commented 6 years ago

Thanks!