MCPcopy Create free account
hub / github.com/EvoMap/evolver / getOrderStatus

Function getOrderStatus

src/atp/hubClient.js:256–259  ·  view source on GitHub ↗

* GET /a2a/atp/order/:orderId -- check order status * @param {string} orderId

(orderId)

Source from the content-addressed store, hash-verified

254 * @param {string} orderId
255 */
256function getOrderStatus(orderId) {
257 const suffix = '/' + encodeURIComponent(orderId);
258 return _get('/atp/order' + suffix, '/a2a/atp/order' + suffix);
259}
260
261/**
262 * GET /a2a/atp/proofs?node_id=...&role=... -- list delivery proofs

Callers 1

checkOrderFunction · 0.85

Calls 1

_getFunction · 0.85

Tested by

no test coverage detected