https://tybug.github.io/ossapi/serializing-models.html#serializing-models
Please open an issue if this approach is not sufficient for your use case.
There are some cases where access to the raw json returned by the API would be preferrable, for example: score mods and statistics.
For example, with statistics, the API intentionally omits 0 fields, which is convenient when storing the json for millions of scores.
It would be convenient if this was just exposed by ossapi, so I could avoid recreating that json format.
Not a big deal, but a tad inconvenient.
https://tybug.github.io/ossapi/serializing-models.html#serializing-models
There are some cases where access to the raw json returned by the API would be preferrable, for example: score mods and statistics.
For example, with statistics, the API intentionally omits 0 fields, which is convenient when storing the json for millions of scores.
It would be convenient if this was just exposed by ossapi, so I could avoid recreating that json format.
Not a big deal, but a tad inconvenient.