-
Notifications
You must be signed in to change notification settings - Fork 0
ndcollins/recurly-api-client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NODE JS wrapper for OoyalaAPI client API (v2 fashion API with sha256 signing) Usage: var OoyalaApi = require("node-ooyala-api-client"); var apiKey = "foo"; var apiSecret = "foo secret"; var client = new OoyalaApi( apiKey, apiSecret ); var apiPath = "/test" var queryStringParams = { foo: 1 }; client.get( apiPath, queryStringParam ).then( function( data ) { console.log( data ); }); var body = "hello world"; client.post( apiPath, queryStringParams, body ).then( function( data ) { console.log( data ); });
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published