BlairAllegroTech / js-data-jsonapi

JsonApi Adapter for js-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The saved/installed package doesn't have d.ts files?

NullVoxPopuli opened this issue · comments

under dist is just min.map, min, and the uncompressed js

No i didn't not publish any specific typings as you should interact with this adapter in the same way as any other js-data adapter. The adapter implements the js-data interface JSData.IDSAdapter and its type definitions is are available from DefinitelyTyped

https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/js-data-http
https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/js-data

I think maybe it's an incompatibility with js-data 3, then. cause I can use js-data-http just fine

Good point this is a js-data V2 adapter.
I need to start looking at V3 and create a V3 branch.
Created Task: #7

The NPM package does define the dependency on js-data as being < 3.