quorum/swarm/api
Lewis Marshall 71fdaa4238 swarm/api: refactor and improve HTTP API (#3773)
This PR deprecates the file related RPC calls in favour of an improved HTTP API.

The main aim is to expose a simple to use API which can be consumed by thin
clients (e.g. curl and HTML forms) without the need for complex logic (e.g.
manipulating prefix trie manifests).
2017-04-07 00:22:22 +02:00
..
client swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
http swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
testdata/test0 core, core/vm: added gas price variance table 2016-10-14 18:09:17 +02:00
api.go swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
api_test.go swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
config.go cmd/swarm, swarm/api: bzzr improve + networkid prio 2017-01-27 08:18:13 +01:00
config_test.go swarm/api: Update ENS root address for Ropsten & prod (#3391) 2016-12-01 19:33:10 +01:00
filesystem.go swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
filesystem_test.go swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
fuse.go swarm/api: improve FUSE build constraints, logging and APIs (#3818) 2017-03-31 12:11:01 +02:00
manifest.go swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
manifest_test.go swarm: plan bee for content storage and distribution on web3 2016-08-31 16:19:40 +02:00
storage.go swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
storage_test.go swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
swarmfs.go swarm/api: improve FUSE build constraints, logging and APIs (#3818) 2017-03-31 12:11:01 +02:00
swarmfs_fallback.go swarm/api: improve FUSE build constraints, logging and APIs (#3818) 2017-03-31 12:11:01 +02:00
swarmfs_test.go swarm/api: improve FUSE build constraints, logging and APIs (#3818) 2017-03-31 12:11:01 +02:00
swarmfs_unix.go swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
testapi.go swarm: plan bee for content storage and distribution on web3 2016-08-31 16:19:40 +02:00
uri.go swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00
uri_test.go swarm/api: refactor and improve HTTP API (#3773) 2017-04-07 00:22:22 +02:00