latch-sdk-python
latch-sdk-python copied to clipboard
feat: new endponts for totp, common name and check control status
:tickets: JIRA ticket
:goal_net: What's the goal?
Update access url Update copyright Add new endpoints
:construction: How do we do it?
Provide a description of the implementation. A list of steps would be ideal.
- Update copyright
- Update urls to latch.tu.com
- Update latch with totps and control-status
- Update project examples, test and added .gitignore
:blue_book: Documentation changes?
- [x] No docs to update nor create
:test_tube: How can I test this?
Download project and execute:
python3 -m venv ./.venv
.\.venv\Scripts\Activate.ps1
pip install -r .\requirements.txt
python3 -m unittest
Last words
- It's a minor upgrade adding new funcionality, should be backward compatible