We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff820b2 commit 010b234Copy full SHA for 010b234
README.md
@@ -39,6 +39,9 @@ let authHandler = azdev.getPersonalAccessTokenHandler(token);
39
let connection = new azdev.WebApi(orgUrl, authHandler);
40
```
41
42
+> Please note that some API's (e.g. ProfileApi) can't be hit at the org level, and has to be hit at the deployment level,
43
+so url should be structured like https://**vssps**.dev.azure.com/{yourorgname}
44
+
45
### Get an instance of a client
46
47
```javascript
0 commit comments