Skip to content

Repository files navigation

NOData

Not only data, but a queryable interface! pipeline status coverage report

NOData is a loose implementation of the OData specification.

With this package, you can perform queries like the following: /products

/products$where=id eq 10

/products$where=id ne 10

/products$where=id lt 3 and (Name eq 'Bob' or Name eq 'Rob')

/products$expand=Role

/products$expand=Role,Manager

/products$expand=Role, Manager, Employees

/products$expand=Role,Manager, Employees & where Role/Name eq 'Admin' or Manager/id eq 1

/products$expand=Role($select=Name,id)

Check out the wikki for more information: https://gitlab.com/tvo/Nodata/wikis/home

About

NOData is a OData like interface for restful C# API

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages