Skip to content

senecajs/seneca-bud-provider

Repository files navigation

Seneca Bud-Provider

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.

Voxgig 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 : string
  • fetch : any
  • debug : boolean
  • retry : object
  • entity : object
  • wait : object
  • limit : object
  • init$ : boolean

Action Patterns

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.


More Examples

Motivation

Support

API

Contributing

Background

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published