Commit graph

8 commits

Author SHA1 Message Date
Adam Gibson
930c25fa27
Merge #1252: Add RPC API endpoint for tumbler
1d5728f Fix duplicated log issue (Daniel)
43b4eca Add api docs (Daniel)
a2d6f40 Add rpc endpoint for tumbler (Daniel)
2022-05-03 13:32:33 +01:00
theborakompanioni
7e4d2b1002
docs: clarify handling of optional auth token in session endpoint 2022-04-20 15:21:55 +02:00
Daniel
43b4eca8ec
Add api docs 2022-04-20 11:53:21 +02:00
Adam Gibson
beaa8b0170
fixes to API and return format 2022-01-30 16:22:05 +00:00
Adam Gibson
89896e0d74 Add yieldgen report endpoint to API
Fixes #1122. An RPC client can request the list
of coinjoins as shown in the file datadir/logs/yigen-statement.csv.
Authentication is not required, nor a specific wallet, as this is
a global list of all coinjoins done so far. A 404 is returned if
the file has not yet been created (no maker operations).
2022-01-30 13:08:24 +00:00
Adam Gibson
16cc17c180
address linting complaints of openapi for RPC spec file 2022-01-28 13:37:03 +00:00
Dennis Reimann
1acadb77ae
Self-host redoc js 2022-01-27 17:09:50 +01:00
Dennis Reimann
91c2c480f8
API documentation via ReDoc 2022-01-26 16:04:00 +01:00