I am a noob to angular and JS in general, but am trying to figure out how
to format a GET request to a map service with key and secret. Just cant
seem to get it. could somebody help me out with the below request format?
$scope.setNotification = function() {
$http({
method: 'GET',
url:
'https://api.urthecast.com/v1/consumers/apps/me/aois/5zyx3fEfSPy7zZrBepZF5A',
Key: 'F66FBC07B7424DDC89SS',
Secret: 'A5F4EA6858944E56BCBE8C547B4BB2B7'
}).then(function successCallback(response) {
}, function errorCallback(response) {
});
};
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.