zackyang000 / node-odata

A library for easily create OData REST API, abide by OData protocol.
http://zackyang000.github.io/node-odata/en/
MIT License
365 stars 65 forks source link

Typings and integration with Express #71

Closed OlteanuRadu closed 7 years ago

OlteanuRadu commented 7 years ago

Hello,

1) Are there any declaration files for the current version of the lib ? 2) Considering that I'm using express generic routing for CRUD (please have a look here : https://github.com/OlteanuRadu/Nova/blob/master/src/core/webApi/webApiBaseService.ts) is there any easy way to integrate it with odata?

zackyang000 commented 7 years ago

Hi @OlteanuRadu,

1) newest version is written in README. 2) you can use OData Function to implement it, it's almost same as router.