AleksandrRogov / DynamicsWebApi

DynamicsWebApi is a Microsoft Dataverse Web API helper library for JavaScript & TypeScript
MIT License
272 stars 59 forks source link

Implement CSDL Metadata Document retrieval #133

Closed AleksandrRogov closed 1 year ago

AleksandrRogov commented 1 year ago

Add a new function - a request to retrieve CSDL Metadata document retrieveCsdlMetadata.

A function will have a single parameter request that implements RequestBase interface with additional properties:

Property Name Type Description
addAnnotations boolean If set to "true" the document will include many different kinds of annotations that can be useful. Most annotations are not included by default because they increase the total size of the document.

A response type should be string.