Branislav Petrović

Results 3 issues of Branislav Petrović

Hi, thanks for great library. Do you have plans on extending library with 2 addidtional common functionalities that robust REST API should implement: 1) Including related data. E.g., we have...

Hi Benjamin, I figured out that `ShapeData` method "shapes" data after being retrieved from database with all columns (including columns data that we don't want). Do you plan to improve...

Hi Benjamin, when we send request like: ``` GET /api/Users ?filter= Age>=20, Name$*Smith|Bullock &orderby= -Age, Name &select= Id, Name, Age &expand= UserRoles &pageNumber= 1 &pageSize= 10 ``` we expose our...