Skip to content

genkgo/api-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-nodejs

A node js package to connected to the Genkgo System

Using

After installing the application you can use the Genkgo Api

var genkgoapi = require('genkgoapi');

api = genkgoapi.create(settings.url, settings.apiKey);

api.command('organization', 'query', {q: 'webmaster'}, function (result) {
	console.log(result);
});

Testing

  • Copy test-settings.js.sample to test-settings.js
  • Change the url to your domain
  • Change the Api key to a key given by the Genkgo system
  • Make sure the entry with api key has rights to execute your operations

run the test node

node tests/test.js

Info

About

A node js package to connected to the Genkgo System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published