0.3.5 • Published 6 years ago

jec-http-server v0.3.5

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

jec-server

API v2 sketch:

GET

/action/:id

/meta/:id?

:id defaults to the most recent id, returns an object with the following shape:

[
	{
		id: "",
		chainHash: "",
	},
	{
		id: "",
		chainHash: "",
	},
	...
	{
		id: "",
		chainHash: "",
	},
]

The first object is the action with id :id, the objects then go back through history exponentially: [n - 1], [n - 2], [n - 4], ...etc as far back as the action chain goes. This allows the client to binary search until they find the most recent action that they agree with the server on.

POST

  • /
0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago