mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📝 noting that existing apis dont support v2
This commit is contained in:
parent
ecb602d6f2
commit
d2f0989a15
1 changed files with 6 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
[PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md)
|
[PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md)
|
||||||
|
|
||||||
| author | language | | v1 |
|
| author | language | | v1 | v2 |
|
||||||
| :-------------------------------------------------------- | :------: | ------------------------------------------------------------------------- | :----------------------: |
|
| :-------------------------------------------------------- | :------: | ------------------------------------------------------------------------- | :----------------------: | :----------------------: |
|
||||||
| [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua | [CatsCCashLuaApi](https://github.com/SpaceCat-Chan/CatsCCashLuaApi) | :heavy_check_mark: |
|
| [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua | [CatsCCashLuaApi](https://github.com/SpaceCat-Chan/CatsCCashLuaApi) | :heavy_check_mark: | :heavy_multiplication_x: |
|
||||||
| [Luke](https://github.com/LukeeeeBennett/ccash-client-js) | JS | [ccash client js](https://github.com/LukeeeeBennett/ccash-client-js) | :heavy_multiplication_x: |
|
| [Luke](https://github.com/LukeeeeBennett/ccash-client-js) | JS | [ccash client js](https://github.com/LukeeeeBennett/ccash-client-js) | :heavy_multiplication_x: | :heavy_multiplication_x: |
|
||||||
| [Doggo](https://github.com/FearlessDoggo21) | Python | [CCashPythonClient](https://github.com/FearlessDoggo21/CCashPythonClient) | :heavy_check_mark: |
|
| [Doggo](https://github.com/FearlessDoggo21) | Python | [CCashPythonClient](https://github.com/FearlessDoggo21/CCashPythonClient) | :heavy_check_mark: | :heavy_multiplication_x: |
|
||||||
| [Sam](https://github.com/STBoyden) | Rust | [ccash rs](https://github.com/STBoyden/ccash-rs) | :heavy_check_mark: |
|
| [Sam](https://github.com/STBoyden) | Rust | [ccash rs](https://github.com/STBoyden/ccash-rs) | :heavy_check_mark: | :heavy_multiplication_x: |
|
||||||
|
|
||||||
for example here is a demo program for the lua API by SpaceCat
|
for example here is a demo program for the lua API by SpaceCat
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue