@seneca/bud-provider
v1.0.0
Published
Seneca entity provider for the Bud API.
Downloads
24
Readme
Seneca Bud-Provider is a plugin for Seneca
Provides access to the Bud CMS API using the Seneca provider convention. Bud CMS API entities are represented as Seneca entities so that they can be accessed using the Seneca entity API and messages.
See seneca-entity and the Seneca Data Entities Tutorial for more details on the Seneca entity API.
| | This open source module is sponsored and supported by Voxgig. | | ---------------------------------------------------- | --------------------------------------------------------------------------------------- |
Quick Example
Install
$ npm install @seneca/bud-provider @seneca/env
How to get access
Options
url
: stringfetch
: functiondebug
: booleanprint
: objectretry
: objectentity
: objectwait
: objectlimit
: objectstore
: objectinit$
: boolean
Action Patterns
- sys:entity,base:bud,cmd:list,name:account,zone:provider
- sys:entity,base:bud,cmd:list,name:obp,zone:provider
- sys:entity,base:bud,cmd:list,name:transaction,zone:provider
- sys:entity,base:bud,cmd:load,name:account,zone:provider
- sys:entity,base:bud,cmd:load,name:connection,zone:provider
- sys:entity,base:bud,cmd:load,name:customer,zone:provider
- sys:entity,base:bud,cmd:save,name:customer,zone:provider
- sys:provider,get:info,provider:bud
Action Descriptions
« sys:entity,base:bud,cmd:list,name:account,zone:provider
»
No description provided.
« sys:entity,base:bud,cmd:list,name:obp,zone:provider
»
No description provided.
« sys:entity,base:bud,cmd:list,name:transaction,zone:provider
»
No description provided.
« sys:entity,base:bud,cmd:load,name:account,zone:provider
»
No description provided.
« sys:entity,base:bud,cmd:load,name:connection,zone:provider
»
No description provided.
« sys:entity,base:bud,cmd:load,name:customer,zone:provider
»
No description provided.
« sys:entity,base:bud,cmd:save,name:customer,zone:provider
»
No description provided.
« sys:provider,get:info,provider:bud
»
Get information about the Bud SDK.