mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
📚 filling in docs
This commit is contained in:
parent
0a246bd5bb
commit
65a204022b
2 changed files with 3 additions and 1 deletions
BIN
docs/connected_services/how_to/connected_c.png
Normal file
BIN
docs/connected_services/how_to/connected_c.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
|
|
@ -11,7 +11,9 @@ the aim of any of these services being to provide some kind of functionality tha
|
||||||
if you want to browse the currently available services, check out [existing_services.md](../existing_services.md)
|
if you want to browse the currently available services, check out [existing_services.md](../existing_services.md)
|
||||||
|
|
||||||
to make a connected service yourself you can do so by using one of the langauge specific APIs, the way they work is by providing a clean in langauge way to interface with the CCash instance
|
to make a connected service yourself you can do so by using one of the langauge specific APIs, the way they work is by providing a clean in langauge way to interface with the CCash instance
|
||||||
<diagram3>
|
|
||||||
|

|
||||||
|
|
||||||
if an API does not exist for your language it is simple to make one, and I encourage you to add it to this list if you do decide to.
|
if an API does not exist for your language it is simple to make one, and I encourage you to add it to this list if you do decide to.
|
||||||
|
|
||||||
while developing make sure to reference the list of [endpoints](endpoints.md)
|
while developing make sure to reference the list of [endpoints](endpoints.md)
|
||||||
Loading…
Reference in a new issue