Skip to content

A specification for an HTTP API used to issue and verify Verifiable Credentials.

License

Notifications You must be signed in to change notification settings

AlexYenkalov/vc-http-api

 
 

Repository files navigation

vc-http-api

Implementation Interoperability Report

The VC HTTP API repository contains a standard API specification for constructing and verifying objects which conform to the Verifiable Credential Data Model specification, along with documentation, integration and compatability tests, and related assets for the test and integration process.

Structure

The vc-http-api repository is structured with two main sections:

  • docs which contains the VC HTTP API spec itself in OpenAPI (formerly known as Swagger) form as well as related documentation to assist in building and testing a compliant implementation of the API spec
    • Architecture for the issuer model is discussed in the architecture document
    • Within docs, the versions of the API are stored in the appropriate folder under versions
    • The core API itself is detailed in the spec file and this spec should be used as the master reference for the API
  • packages which contains test suites and related utilities for integration testing, test suite results, and related assets.

Data Visualization

You may wish to programatically download the latest test results as JSON.

Test Results for All Implementations

  • HTML Report: TODO

    curl -s https://w3c-ccg.github.io/vc-http-api/test-suite/testResults.json | jq
    

Test Results for a Specific Implementation

Contributing

We encourage contributions meeting the Contribution Guidelines.
While we prefer the creation of issues and Pull Requests in the GitHub repository, discussions often occur on the public-credentials mailing list as well.

About

A specification for an HTTP API used to issue and verify Verifiable Credentials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Dockerfile 0.3%