mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📝
This commit is contained in:
parent
10c3c6a536
commit
cc103c7298
4 changed files with 4 additions and 3 deletions
|
|
@ -146,6 +146,7 @@ leaving
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
You can now run the program from the build location. For example
|
You can now run the program from the build location. For example
|
||||||
```
|
```
|
||||||
sudo ./bank admin 5
|
sudo ./bank admin 5
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
| calls older endpoints | ⚠ |
|
| calls older endpoints | ⚠ |
|
||||||
| calls newer endpoints | :x: |
|
| calls newer endpoints | :x: |
|
||||||
|
|
||||||
Just because a service calls old endpoints, doesn't mean the service will not work under that version of CCash. As long as the `MIN_API_SUPPORT` is less than or equal to the required version's endpoints, then the connected service can call the old CCash endpoints. By default `MIN_API_SUPPORT` is 1 (complete backwards compatibility) making all ⚠ effectively :heavy_check_mark:.
|
Just because a service calls old endpoints, doesn't mean the service will not work under that version of CCash. As long as the `MIN_API_SUPPORT` is less than or equal to the required version's endpoints, then the connected service can call the old CCash endpoints. **By default `MIN_API_SUPPORT` is 1 (complete backwards compatibility) making all ⚠ effectively :heavy_check_mark:**.
|
||||||
|
|
||||||
## General
|
## General
|
||||||
| author | name | v1 | v2 | image |
|
| author | name | v1 | v2 | image |
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md)
|
[PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md)
|
||||||
|
|
||||||
note: all CCash version's API are backwards compatible, so while a language's API may not support the newest CCash release it can still use the old endpoints.
|
note: all CCash version's API are backwards compatible, so while a language's API may not support the newest CCash endpoints it can still use the old endpoints.
|
||||||
| author | language | | v1 endpoints | v2 endpoints |
|
| author | language | | v1 endpoints | v2 endpoints |
|
||||||
| :------------------------------------------- | :------: | ------------------------------------------------------------------- | :----------------: | :----------: |
|
| :------------------------------------------- | :------: | ------------------------------------------------------------------- | :----------------: | :----------: |
|
||||||
| [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua | [CatsCCashLuaApi](https://github.com/SpaceCat-Chan/CatsCCashLuaApi) | :heavy_check_mark: | :x: |
|
| [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua | [CatsCCashLuaApi](https://github.com/SpaceCat-Chan/CatsCCashLuaApi) | :heavy_check_mark: | :x: |
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
Capable of processing hundreds of requests per second, with little slow down as user size grows to the millions.
|
Capable of processing hundreds of requests per second, with little slow down as user size grows to the millions.
|
||||||
#### Lightweight
|
#### Lightweight
|
||||||
<!-- specs -->
|
<!-- specs -->
|
||||||
* Low memory usage at 8 Mb baseline, and 157 bytes per new log.
|
* Low memory usage at 8 MB baseline, and 157 bytes per new log.
|
||||||
* Extremely low CPU usage in the single digits of %.
|
* Extremely low CPU usage in the single digits of %.
|
||||||
* Small save files at typically a couple kb, easily shareable.
|
* Small save files at typically a couple kb, easily shareable.
|
||||||
## Accessibility
|
## Accessibility
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue