How to subscribe?
How to get a API_KEY
headline
Quote data not displaying in html
Uncaught exception 'Unirest\Exception' with message 'SSL certificate problem
Im being sent random hello world emails to 2 of my email addresses
Help!
Help!
Hello
Hello
502 gateway :/
test
Incorrect Request Type and Response
Success response header is wrong.
https://andruxnet-random-famous-quotes.p.mashape.com/?&APPID=4uwvGZLwv1mshCYXYwJjMT8YkQPgp12PZqUjsnla8Z4sd6L9lA
Response returns an empty body
Response return error as body
zz
Bad Gateway
List of .json famous quotes
List of quotes
provide other categories
Random quote genator
If we give anything other than movies and famous, this response occurs. Just Implement a default condition too.
The response being returned is ignoring the category specified in the request
url parameter does not limit json returns as specified
it disregards category chosen
Response Content type is incorrect.
Random Famous Quotes
Random Famous Quotes API broken
Bad Gateway, 502
Random Famous Quotes
The API encountered an error
trouble using API
502 Bad Gateway
Movie quotes request returns famous quotes
To utilize unirest for node.js install the the npm module:
$ npm install unirest
After installing the npm package you can now start simplifying requests like so:
var unirest = require('unirest');
unirest.("https://andruxnet-random-famous-quotes.p.rapidapi.com") .header("X-RapidAPI-Key", "undefined") .header("Content-Type", "application/x-www-form-urlencoded") .end(function (result) { console.log(result.status, result.headers, result.body); });