Skip to content

Pure JSON API

Luke Champine requested to merge jsonapi into master

The siad API now uses JSON exclusively. The API is documented in API.md.

siac is still fairly broken. To make things cleaner, I'm thinking of adding some helper functions/structs to siad/api.go and importing siad in siac. This should make it easier to change the API without having to fix things in 3 different places.

Merge request reports