There have been multiple support tickets asking how to use the API directly instead of the API client. This PR adds a statement recommending that users use the API client instead of the API due to lack of documentation.
Checklist
[x] I’ve used the pull request template
[ ] I’ve written unit tests for these changes
[x] I’ve update the documentation (in DOCUMENATION.md and CHANGELOG.md)
[ ] I’ve bumped the version number (in src/Notify/Notify.csproj)
What problem does the pull request solve?
There have been multiple support tickets asking how to use the API directly instead of the API client. This PR adds a statement recommending that users use the API client instead of the API due to lack of documentation.
Checklist
DOCUMENATION.md
andCHANGELOG.md
)src/Notify/Notify.csproj
)