Performs a call to generate Dataspecer artifacts for all data structure models included in the data specification represented by its IRI identifier.
The IRI of the data specification for which artifacts will be generated.
Backend service response object which contains the ZIP represented as a Buffer object, which contains the generated artifacts.
Fetches a data specification representation data from Dataspecer backend service which corresponds to the provided IRI.
The IRI of the data specification to fetch.
Promise which, when resolved, returns the fetched DataSpecification instance.
Retrieves a data structure model data for a given structure model included within the data specification.
The IRI identifier of the data structure model within the data specification.
A promise that resolves to the data structure model representation object - DataPsmSchema instance.
DalApi class provides methods to interact with the Dataspecer backend service. These methods provide a way to retrieve data about data specifications, backend generated artifacts as well as fetching data structure model resources.