Skip to content

Commit

Permalink
Revert "Define versioning scheme (#25)" (#28)
Browse files Browse the repository at this point in the history
This reverts commit 1576fc2.
  • Loading branch information
mavarley committed Mar 11, 2020
1 parent 4682062 commit cdf5c2e
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,6 @@ This is an open API specification for issuing digital credentials based on stand

The latest version can be viewed at https://w3c-ccg.github.io/vc-issuer-http-api/index.html.

## Versioning

This repo and specification use [Semantic Versioning 2.0.0](https://semver.org/#semantic-versioning-200).

The API version is defined [api.yml](./api.yml).

You can browse the [latest release of github](https://github.com/w3c-ccg/vc-issuer-http-api/releases).

When implementing this specification servers must respect the `VC-API-Version` HTTP Header.

For example:

```
curl -s -X POST https://example.com/issuer/credentials \
-H 'Content-type: application/json' \
-H 'VC-API-Version: 0.0.1' \
-d @./payload.json
```

## Contact

* https://www.w3.org/community/credentials/

0 comments on commit cdf5c2e

Please sign in to comment.