0.6.0 • Published 6 years ago

crownpeak-accessapi v0.6.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

crownpeak-accessapi for NodeJS

CrownPeak AccessAPI interface for NodeJS

Easy to install via npm:

npm install crownpeak-accessapi

Includes command line interface when installed

$ npm install -g crownpeak-accessapi #installed globally
$ crownpeak init       # first step, initialize an accessapi-config.json file, includes API key and credentials for a user
$ crownpeak list "/"  # list contents of root folder
$ echo -n Welcome | crownpeak update /Test --field=body  # opens asset "/Test" and updates the body field to "Welcome"
$ crownpeak route "/Test" Live  # routes asset named 'Test' in the root folder '/' to Live workflow status

Current set of commands on the CLI:

  • init
  • list
  • update
  • route
  • branch

Current set of commands available in NodeJS via require('crownpeak-accessapi')

  • AuthenticateAuth
  • AssetExists
  • AssetPaged
  • AssetRoute
  • AssetBranch

See wiki for more information

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago