xtuple/xtuple-nodejs-rest-client-example

Name: xtuple-nodejs-rest-client-example

Owner: xTuple

Description: This repository contains the source code for an example implementation of the Node.js REST API client for xTuple ERP. This client uses the Google API's client library for Node.js.

Created: 2014-07-21 06:01:43.0

Updated: 2017-01-24 10:55:21.0

Pushed: 2014-08-10 19:32:20.0

Homepage:

Size: 182

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

xTuple Node.js REST ToDo Example Application

Node Application to work with xTuple REST services.

How to Get Started:
Create new OAuth2 Client

Before you can use this client with xTuple's OAuth 2.0 Server, you need to install the OAuth 2.0 extension in your xTuple application and create a reference for a new OAuth 2.0 Client. Be sure to select a “Client Type” of “Service Account” and ensure that “Delegated Access” is checked. This will generate a private key and give you all the other information that you will need to connect to the xTuple REST API.

Test this OAuth2 API Client

Clone this repository and run npm install

To start the application, run node app.js

Navigate to http://localhost:3000 in your browser

Set your Private Key

Convert your key.p12 file to key.pem and copy it to the keys folder:

openssl pkcs12 -in keys/key.p12 -nocerts -nodes | openssl rsa -out keys/key.pem

Enter Import Password: 'notasecret'

Setup Environment Variables

cp sample.env .env

Open the .env file and change the information to match what was provided by the xTuple OAuth 2.0 extension.

License

Apache License, Version 2.0

Copyright (c) 2012-2013 xTuple http://www.xtuple.com/


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.