snet-marketplace-service
snet-marketplace-service copied to clipboard
Serves as an index for use by the DApp. Provides a curated set of Services and its details
API for service id verification(unique service id across organization) /org/{org_uuid}/service/verification?service_id="test_service_id" GET
API GET to get latest state of service /org/{org_uuid}/service/{service_uuid} GET
API to save service DRAFT. /org/{org_uuid}/service/{service_uuid}?action="DRAFT/SUBMIT/PUBLISHED" POST
We need to notify the service provider if certificates are about to expire to prevent service downtime.
/org/{org_uuid}/member?status="PENDING/ACCEPTED..." GET
test cases for 1. get all org members 2. get org member 3. invite org member 4. org member invite code verification 5. accept the org member invite 6. persist...