The VeevaService is a class/module which is used to communicate with the Veeva API to manage the content and services it offers.

The VeevaService will manage authentication by storing a session token in memory.

To connect, you will need to pass through the IConfiguration options.

const options = {
host: "host",
username: "username",
password: "password"
}

const service = new VeevaService(options)

Once you have initialised - you can use the service variable to make requests to the Veeva API.

Hierarchy

  • VeevaService

Constructors

Properties

Constructors

Properties

binder: BinderAPI

API to manage binders in Veeva

API to manage documents in Veeva

object: ObjectAPI

API to retrieve Vault Objects

picklist: PicklistAPI

API for managing picklists

restAPI: RestAPI

Class used to communicate with the Veeva API.

Generated using TypeDoc