Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

Build Status

active-access-app

Provides a passthrough to the Active Access api.

Created for use on a project requiring AJAX access to the Active Access API.

Use

Use the same exact URL as with Active Access, only with https://active-access-app.herokuapp.com prepended in place of http://api.amp.active.com.

You still need an api_key!

Example

var url = "https://active-access-app.herokuapp.com/v2/search?{queryString params}&api_key={key}",

//jQuery's ajax function
$.ajax({
	url: url,
	method: "GET"
}).done(function(res){
	console.log(res);
})

About

Provides a passthrough to the active access api.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages