-
Notifications
You must be signed in to change notification settings - Fork 0
registration
Colin Heinzmann edited this page Jul 8, 2014
·
2 revisions
API used by RPC servers to register their functions with the Node server.
The following return codes are default behavior across the following functions
Code | Meaning |
---|---|
404 | Couldn't find the resource requested |
409 | Naming conflict, a resource of the same type already exists |
Registers a new RPC server that the HTTP server should attempt to connect to.
Item | Meaning |
---|---|
url | Url of the RPC server the node server should connect to |
functions | List of initial functions to be registered |
Item | Meaning |
---|---|
id | Unique ID of account |
Disconnects and deregisters given RPC server
Configures the properties of a given function
Item | Meaning |
---|---|
enabled | True or false depending on whether or not the function should be able to be called |
tbd... | More stuff should probably be included |