Visual Studio 2015 u2, building a Web extension, an action handler for a release definition context menu. I'd like my extension to manipulate the ACL on the def.
Is there a hook in the JavaScript client library for that? The REST API endpoint exists, but the JavaScript API documentation is woefully incomplete. Specifically, I could not find the list of modules that are available via VSS.require()
, and that seems to be the proper way to get to REST API wrappers.
EDIT: okay, the module names seems to be listed here, which is derived from those sources on Github. Hardly official, but better than nothing.