Skip to content

Commit 010b234

Browse files
author
Maxim Zaytsev
authored
Add info about ProfileApi (#461)
1 parent ff820b2 commit 010b234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ let authHandler = azdev.getPersonalAccessTokenHandler(token);
3939
let connection = new azdev.WebApi(orgUrl, authHandler);
4040
```
4141

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+
4245
### Get an instance of a client
4346

4447
```javascript

0 commit comments

Comments
 (0)