Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
R2Northstar/NorthstarMasterServer@b45ff0ef267712e8bff6cd718bb5dc1afcdec420
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also supports filtering properties.
|
|
* Backwards-compatbile with old master server:
* NaN/Inf floats are encoded as null.
* Enums are encoded as the value name, or the number if unrecognized.
* Names are the same as the pdef.
* Exception: Strings don't include bytes after the null terminator.
* Also supports filtering fields.
* Decoding is not supported for now.
|
|
Discussed with @BobTheBob9.
|
|
|
|
Also refactor types to make things more clear.
|
|
* HAR logging for visibility into requests.
* Verbose mode to show request/response status/url/type.
* Gets the final auth token.
|
|
Should be somewhat resilient against future updates.
|
|
* Don't include retry and SID management logic.
* Use a single endpoint for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
R2Northstar/NorthstarMasterServer@b45ff0ef267712e8bff6cd718bb5dc1afcdec420
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|