Overview
This page will help you get started with AnswerHub APIs.
Information
Below is a generic setup example. Scroll down to the next section called "Learn About Our APIs and How to Test Them" to learn about the basics before diving into each specific endpoint.
- JavaScript
$http.post('/someUrl', data).success(successCallback);
alert('test');
$http.post('/someUrl', data).success(successCallback);
alert('test');
Priyanka Bhotika
Comments