4 Commits (ae2e4afde78876d84402ae6af9ddceaf064e379a)

Author SHA1 Message Date
alex 813d0501bd
basic implementation of the last api version
the meat is in Noxer struct, in noxy.go.
executable server entry point is in cmd/noxy/main.go.

all request responses are cached using a rudimentary filesystem
based caching. a max storage quota is not implemented yet.
2 years ago
alex 8dc6a62eb8
docs: replace api with a simpler version
the previous design was too complex to implement due its double
roundtrip: first JSON, then data.

in this new design, the client gets the data right away, single
roundtrip.
2 years ago
alex 8d1e0c3520
docs: change api response format from objects to arrays
a possibly better data format to work with in javascript.
2 years ago
alex 780b16cf5f
initial: api v1 draft 2 years ago