bcgov / aries-vcr

Hyperledger Aries Verifiable Credential Registry (VCR) is a set of application level software components designed to accelerate the adoption of trustworthy entity to entity communications.
Apache License 2.0
78 stars 67 forks source link

Add API version to request headers #260

Closed esune closed 4 years ago

esune commented 5 years ago

See: https://www.django-rest-framework.org/api-guide/versioning/

BCGov API guidelines: https://github.com/bcgov/api-guidelines

ianco commented 4 years ago

Investigate how to integrate Django versioning:

https://www.django-rest-framework.org/api-guide/versioning/

ianco commented 4 years ago

https://github.com/bcgov/indy-catalyst/pull/343

esune commented 4 years ago

Done with #363