BookmarkSubscribeRSS Feed
EyalGonen
Lapis Lazuli | Level 10

Does anyone know if there is an option in the SVI SDK https://developer.sas.com/sdk/vi/apiDocs/index.html that allows to access the document history as is possible with this API https://developer.sas.com/rest-apis/svi-datahub/getVersionHistoryDocument ?

2 REPLIES 2
KenJackson
SAS Employee

Hi,

 

You can use the SVI SDK Http Client to call the API you've mentioned: https://developer.sas.com/sdk/vi/apiDocs/interfaces/http.HttpApi.html

 

The SVI SDK doesn't provide "wrappers" for every REST API function.

 

Thanks,

Ken

 

 

EyalGonen
Lapis Lazuli | Level 10

Hi @KenJackson 

 

It found a "wrapper" named @sassoftware/vi-api/svi-datahub that might do what I need but it seems to be undocumented. Is this intentional? Can I find this wrapper's doc anywhere?