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.
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.