1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-18 05:50:06 +00:00

fix: alternative base_uri option on tokenauth macro, also description update for listclients

This commit is contained in:
vrh
2020-09-10 09:30:09 +02:00
parent 3eae34d8b7
commit 7b72f0ac94
3 changed files with 12 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
/**
@file mv_getgroups.sas
@brief Creates a dataset with a list of viya groups
@file mv_getclients.sas
@brief Get a list of Viya Clients
@details First, be sure you have an access token (which requires an app token).
Using the macros here:
@@ -20,7 +20,7 @@
Now we can run the macro!
%mv_getgroups()
%mv_getclients()
@param access_token_var= The global macro variable to contain the access token
@param grant_type= valid values are "password" or "authorization_code" (unquoted).