Pearl1594 commented on code in PR #95: URL: https://github.com/apache/cloudstack-go/pull/95#discussion_r1892493862
########## README.md: ########## @@ -59,6 +59,8 @@ Last but not the least, there are a lot of helper functions that will try to aut The SDK relies on the `generate.go` script to auto generate the code for all the supported APIs listed in the `listApis.json` file. The `listAPIs.json` file holds the output of `listApis` command for a specific release of CloudStack. +**_NOTE:_** This will only take into account enabled APIs, so only those accessible to the user doing the call at the time of the call. Other users than admin may get less APIs in their list and even admin will not get APIs for services that are not enabled. Review Comment: ```suggestion **_NOTE:_** This will only take into account enabled APIs, so only those accessible to the user doing the call at the time of the call. Non-Admin users may get less APIs in their list and even admin will not get APIs for services that are not enabled. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org