- From: Patrick St-Louis <patrick.st-louis@opsecid.ca>
- Date: Wed, 13 Nov 2024 15:40:03 -0500
- To: public-credentials@w3.org
- Message-ID: <CAMmwNB_yb1L8Nr3Fct1DpU3yY2-uHetGx8B-KB4gxuFvYxEoKw@mail.gmail.com>
Greetings, The W3C VC Test Suites have used a minimal version of the VC API for years--essentially an HTTP API for moving credentials back and forth. In hopes of bringing on more implementers who may not have a VC API implementation, I've created the vc-test-suite-api: https://github.com/w3c-ccg/vc-test-suite-api It's very simple in essence and should take away some of the complexity from developing/hosting a Test Suite API server. This is a Docker based method of integrating with a selected number of test suites and assessing your solution. The project is bundled with 2 basic API server scaffolding for Python and JavaScript, abstracting the interface required for the test suite client. All that's left to do is integrate your implementation, whether it's an imported library, command line utility or other method, and process the payloads sent by the test suite and return a response. There's a basic set of instructions included, I will be happy to provide further assistance if needed. Feel free to contribute other API scaffolding for languages you would like to see support from. Regards, Patrick
Received on Thursday, 14 November 2024 02:45:56 UTC