grid
grid copied to clipboard
Grid has moved to end-of-life status.
Write a DLT Event Monitor prototype and place it in the Grid SDK. It should be abstracted away from the data sources as much as possible. It should also have...
Since the initial DLT polling monitor prototype is abstracted away from the database and contains no database code. We need to write the pieces that couple the database with the...
Splinter batch statuses endpoint needs to be able to accept an array of batch ids and correctly respond with all items. Currently it will return an error if one of...
Move the Griddle `run` function used to start the REST API for Griddle.
Add a POST method endpoint at `/organizations` to: - Use the req body to create a protobuf payload to create an organization - Package the payload into a txn, sign...
Add an endpoint meant to create an agent under the endpoint url `/organizations//agents`. This endpoint should do the following: - Take in a JSON body with the required fields to...
Add an endpoint to update an agent, `PUT /organizations//agents/`. The endpoint must handle the following: - Take in a JSON body with the required fields to fill in a `UpdateAgentPayload`....
Create a `PUT` endpoint `/locations/` that: - uses the request body to build a protobuf payload to update a location - Package that payload into a txn, sign the txn...
Add a POST endpoint at `/locations` to do the following: - Use the request body to create a protobuf payload to create a location - Package that payload into a...