Skip to content

Commit d2faccf

Browse files
authored
feat: add odata2ts library (#345)
1 parent da5cc0a commit d2faccf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

_libraries/odata2ts.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
category: javascript
3+
name: odata2ts
4+
version: V2-V4
5+
object: Client
6+
downloads:
7+
- source: Documentation
8+
link: https://odata2ts.github.io/
9+
- source: Github
10+
link: https://github.com/odata2ts/odata2ts
11+
---
12+
[Flexible generator](https://odata2ts.github.io/docs/generator/configuration) to produce TypeScript types
13+
for the request and response models of your OData service or a full-fledged, domain-savvy OData client
14+
with configurable HTTP client (e.g. Axios). The OData client features
15+
a [type-safe and fluent query builder](https://www.npmjs.com/package/@odata2ts/odata-query-builder),
16+
type-safe CRUD, bound or unbound operations and much more.

0 commit comments

Comments
 (0)