ArtifactClient | @here/olp-sdk-ts
Class ArtifactClient
Hierarchy
- ArtifactClient
Index
Constructors
Methods
Constructors
constructor
Constructs a new client to work with schemas data in the platform Artifact Service.
Parameters
settings: OlpClientSettings
The OlpClientSettings instance.
Returns ArtifactClient
The ArtifactClient instance.
Methods
get Schema
Gets schema data.
Parameters
schemaRequest: SchemaRequest
The SchemaRequest instance.
Returns Promise<ArrayBuffer>
A blob with the schema.
get Schema Details
Gets schema metadata.
Parameters
schemaDetailsRequest: SchemaDetailsRequest
The SchemaDetailsRequest instance.
Returns Promise<GetSchemaResponseObj>
An object with the schema metadata.
Generated using TypeDoc
Gets schema metadata and data from the platform Artifact Service.