This repository contains the specification for the Authorization Capability Query format. You can access the latest version of this specification here:
https://digitalbazaar.github.io/zcap-query-spec/
The specification is built using Bikeshed.
That means: do not edit index.html
directly. Only edit index.bs
, and
generate the HTML using Bikeshed.
These instructions assume use of the curl
command, but you can use any
equivalent "talk HTTP at a server" command you might have access to.
curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F force=1 > index.html