Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flowcore

Use our all-in-one solution for your business. No matter if booking calendar, travel modules or files. Flowcore allows you to manage your entire online business in one system.

Build Status


Install

The preferred way to install the flowcore-API for Node.js is to use the npm package manager for Node.js. Simply type the following into a terminal window:

npm install @tourware/flowcore-sdk-js --save

Usage

Initialize with your credentials:

var api = require('@tourware/flowcore-sdk-js')({
  url: 'https://app.flowcore.cloud',
  auth: {
    key: 'your-key-provided-by-flowcore-cloud',
    secret: 'your-secret-provided-by-flowcore-cloud'
  }
});

For staging, use https://app-staging.flowcore.cloud.

Do request to a specific endpoint:

api.request('/api/travels/' + travelsId).then(function (data) {
  // do sth. with your data
});

API Reference

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages