Commit Graph

83 Commits

Author SHA1 Message Date
Valmo Trindade
57d633e5a8 removed useless logs 2024-10-10 01:13:23 -03:00
Valmo Trindade
3c40fa7166 added lazy thread handling to tokio runtime 2024-09-21 23:38:51 -03:00
Valmo Trindade
5c071f08f1 added async post marker function 2024-09-21 03:59:07 -03:00
Valmo Trindade
53551b8f3c fixed token type on post marker 2024-09-20 17:53:49 -03:00
Valmo Trindade
f8ca2d21d7 removed useless information on marker struct 2024-09-20 17:53:08 -03:00
Valmo Trindade
56c3e1787d added error handling for JSON output 2024-09-20 17:52:47 -03:00
Valmo Trindade
7964d8a860 refacted auth token command for DRY 2024-09-20 17:03:11 -03:00
Valmo Trindade
1284e89de8 created a sync post marker command for debug porpuses 2024-09-20 17:02:49 -03:00
Valmo Trindade
cb7b7e9c0f added login info inside marker struct and created a marker payload struct to handle the sent json 2024-09-20 17:02:32 -03:00
Valmo Trindade
ba77e3a2fe removed unused mods on test module 2024-09-20 17:02:02 -03:00
Valmo Trindade
154db5c681 added parse login to payload function and get auth token function 2024-09-20 17:01:47 -03:00
Valmo Trindade
5c49a26aa4 added error handling to extract_auth_token workflow 2024-09-19 00:49:00 -03:00
Valmo Trindade
39ffb21721 working get auth token function (will crash for if any panic happens, but it's the first version only 2024-09-18 19:08:57 -03:00
Valmo Trindade
d8545df2f7 added uuid test with args 2024-09-18 19:08:22 -03:00
Valmo Trindade
386de182d3 removed request templates on util file, don't think i will be using it 2024-09-18 19:07:57 -03:00
Valmo Trindade
def8a15f02 linted lib file 2024-09-18 19:07:38 -03:00
Valmo Trindade
8a297e0c17 [wip] requests library 2024-09-15 19:13:03 -03:00
Valmo Trindade
05fc17d705 added get_auth_token command 2024-09-15 19:12:50 -03:00
Valmo Trindade
1f548df283 added login info struct 2024-09-15 19:12:28 -03:00
Valmo Trindade
1e34020979 added get_auth_token command 2024-09-12 12:32:58 -03:00
Valmo Trindade
149d094659 added address to LoginPayload 2024-09-12 12:32:47 -03:00
Valmo Trindade
be2f78ed21 removed wtf is this 2024-09-12 03:19:35 -03:00
Valmo Trindade
78196bcddd added login payload struct 2024-09-12 03:18:51 -03:00
Valmo Trindade
f2045fff22 brett plis 2024-09-12 02:25:18 -03:00
Valmo Trindade
d3af4e064b brett plis 2024-09-12 02:17:52 -03:00
Valmo Trindade
cb9ca9cd20 switched controller to commands file, added logger on init function 2024-09-11 19:15:01 -03:00
Valmo Trindade
69093504b7 added MarkerPayload struct to handle marker requests payload 2024-09-11 19:14:22 -03:00
Valmo Trindade
3c14e03585 added get uuid function on utils 2024-09-11 19:13:42 -03:00
Valmo Trindade
6efc4fb370 added unit tests for the uuid4 generator 2024-09-08 15:20:11 -03:00
Valmo Trindade
7dacd2c7f0 added initial functions to test the extension 2024-09-08 03:30:39 -03:00
Valmo Trindade
7bd4e58c3d added marker struct 2024-09-08 03:30:11 -03:00
Valmo Trindade
0f5b1130bc refactored get uuid fuction on extension 2024-09-08 03:15:25 -03:00
Valmo Trindade
ba12aeed65 moved project extension to root folder (will be a single DLL, soo ok) 2024-09-08 00:09:37 -03:00