takos22 / codingame

Wrapper for the undocumented CodinGame API. Can be used both synchronously and asynchronlously.
https://codingame.readthedocs.io
MIT License
21 stars 7 forks source link

Decprecate Player.submission_id #31

Open github-actions[bot] opened 4 months ago

github-actions[bot] commented 4 months ago

Decprecate Player.submission_id in favor of Player.solution_id for consistency with Player.solution_shared and other API object names.

https://github.com/takos22/codingame/blob/9f4592b540d1ff24bbfcc408ccf14917b5c60b03/codingame/clash_of_code/player.py#L155

takos22 commented 4 months ago

Will be removed in 2.x releases as it can be a breaking change.