ossapi icon indicating copy to clipboard operation
ossapi copied to clipboard

Access to the raw json on a per (sub)model basis would be convenient for score statistics type things

Open Syriiin opened this issue 1 year ago • 6 comments

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.

Syriiin avatar Nov 23 '24 12:11 Syriiin