Releases: clubby789/htb-api
Releases · clubby789/htb-api
0.5.6
0.5.6
Added
- A more comprehensive
Content
object to retrieve a user's created content
- The ability to reset machines
- Exceptions to handle problems during VPN switches
Fixed
- Made the return value more consistent with Release Arena
0.5.5
0.5.5
Added
- App tokens, allowing use of the API without credentials/OTP
- Retrieving your 'to-do list' of machines
Development
0.5.4
0.5.4
Fixed
- Improved loading speed of machine IPs
Development
- Bumped dependency versions
0.5.3
0.5.3
Added
- Add the 'remember me' option for long-lasting refresh tokens
Fixed
- Correctly handle a failure to refresh authentication
0.5.2
[0.5.2] 22/11/2021
Fixed
- Use the correct API endpoint for retrieving the current VPN server
0.5.1
Fixed
- Move to the new 'hackthebox.com' domain
0.5.0
[0.5.0] 26/10/2021
Added
- Caching mechanism (docs)
- Automatic prompting for details
Fixed
- Handling some unusual API responses
0.4.4
Added
- Added the ability to spawn machines (both release arena and not)
- Added retrieving a machine's IP
0.4.3
Fixed
- The API can return improperly padded base64 tokens. Manually pad them for some internal logic.
0.4.2
Added
- Added the ability to list VPN servers
- Added the ability to switch between and download VPN packs
Development
- Fully mock the API for unit testing