dderevjanik / pixabay-api

pixabay api, https://pixabay.com/api/docs/
MIT License
21 stars 10 forks source link

Video search doesn't send key #5

Open jnorris441 opened 4 years ago

jnorris441 commented 4 years ago

searchVideosReq() sends "options" instead of "requestData", so it doesn't include "key"

https://github.com/dderevjanik/pixabay-api/blob/master/lib/Index.ts#L57

isaac-tribal commented 1 year ago

searchVideosReq() sends "options" instead of "requestData", so it doesn't include "key"

https://github.com/dderevjanik/pixabay-api/blob/master/lib/Index.ts#L57

Here's the Fix in a Fork -> https://github.com/JohannesRonski/pixabay-api

npm uninstall pixabay-api npm install https://github.com/JohannesRonski/pixabay-api