I found some good APIs on RapidApi i wanted to use for developing Android and iOS apps but those Apis require Headers and API KEY for GET requests and i cant find any tutorial or solution as to how to use such APIs where headers are necessary for using in Volley.
Can anyone provide a sample solution of using an Api which requires Headers, by getting JSON data from such API?
Is there any solution to this? And also is there any Better Alternate to Volley for such purpose?
RapidApi provide format for only UniRest and OKHttp and what is the way to translate such format to Volley for further usage?