fsprojects-archive / zzarchive-ApiaryProvider

[ARCHIVED] Type provider for Apiary.io
Other
10 stars 10 forks source link

It doesn't work well with skypickerpublicapi #18

Open kanovsky opened 7 years ago

kanovsky commented 7 years ago

I wanted to use this provider for calling skypickerpublicapi. I was able to create provider: let search = new ApiaryProvider<"skypickerpublicapi">("https://api.skypicker.com/")

But unfortunately it is not possible to call some api by it, the requests were always wrong. Other big issue is that it doesn't support POST requests.