mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
📝
This commit is contained in:
parent
07b9e20e31
commit
8ff1fddf7a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md)
|
[PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md)
|
||||||
|
|
||||||
CCash is backwards compatible, so even if a language API does not support the newester version it can still call the old endpoints.
|
CCash is backwards compatible, so even if a language API does not support the newester version it can still call the old endpoints. Only when the major version increments are deprecated features made defunct (e.g `v1.0.0 -> v2.0.0`), check [endpoints.md](endpoints.md) to avoid using deprecated endpoints.
|
||||||
| author | language | | newest CCash supported version |
|
| author | language | | newest CCash supported version |
|
||||||
| :------------------------------------------- | :------: | ------------------------------------------------------------------- | :----------------------------: |
|
| :------------------------------------------- | :------: | ------------------------------------------------------------------- | :----------------------------: |
|
||||||
| [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua | [CatsCCashLuaApi](https://github.com/SpaceCat-Chan/CatsCCashLuaApi) | `v1.4.3` |
|
| [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua | [CatsCCashLuaApi](https://github.com/SpaceCat-Chan/CatsCCashLuaApi) | `v1.4.3` |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue