SEWebAPI
SEWebAPI copied to clipboard
A bridge between Space Engineers and the real world.
Allow a PUT to a block to request X amount of object (component, ingot, ore, tool) to be PULLED from all connected blocks (e.g. how assemblers do it during production)....
Allow a PUT to a block that attempts to move X amount of object from another specified block to this one. The put is on the "receiving" block. ** This...
Include some type of indicator on a block get which provides the rest end user the ability to identify what types of items this block can potentially contain. Take care...
Allow user to GET ownership and shared status of a block in a grid. Also, allow for PUTing a new ownership level (though this may be game breaking, as we...
Allow the get for a block to include its build status (component count needed) and by extension, the "damage" level of a block (and perhaps a status for "is Disabled"...
Allow a PUT to an assembler block which will place X of component type specified to be built. _Note that we also will need the status of whether an assembler...
As an SEWA consuming service, I want to be able to ask the server the exact ingot count for the production of a single component being enqueued (perhaps inside of...
Design a simple application that demonstrates the API features and shows that they work as intended.