threefoldtech/mycelium

Move HTTP Api logic from mycelium to myceliumd

LeeSmet opened this issue · 0 comments

All methods available on the API are now exposed on the Node in mycelium, so the actual API implementation can move to myceliumd. After this, serde derives on types in mycelium can also be removed in favor of making wrappers in myceliumd, to remove unnecessary bloat from the library