Metadata API implementation for Vlocode partially compatible with Metadata API class from JSforce.

Key differences between the JSforce implementation:

  • Does not support async Metadata API calls as these are deprecated by Salesforce since API version 31.0
  • Support strongly typed metadata APIs with IDE type completion
  • Support for both REST as well as SOAP Metadata API
  • Support deployment cancellation
  • Support rename of metadata
  • Support describe value type
  • Does not support old nodejs callback style; all calls return an awaitable promise

Hierarchy

  • MetadataApi

Implements

Constructors

Properties

deployment: DeploymentApi

Methods