diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-09 18:31:21 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-09 18:31:21 -0700 |
commit | f36836a6399022338ec02849da42f6f518c7a54f (patch) | |
tree | fc9005e6723ad124acf3e5717280bf2ee77c4813 /fatcat-go/restapi/doc.go | |
parent | cc57215fc1c5e56e8c745ea76135e2d170f585c7 (diff) | |
download | fatcat-f36836a6399022338ec02849da42f6f518c7a54f.tar.gz fatcat-f36836a6399022338ec02849da42f6f518c7a54f.zip |
first swagger generation
Diffstat (limited to 'fatcat-go/restapi/doc.go')
-rw-r--r-- | fatcat-go/restapi/doc.go | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/fatcat-go/restapi/doc.go b/fatcat-go/restapi/doc.go new file mode 100644 index 00000000..9896c2da --- /dev/null +++ b/fatcat-go/restapi/doc.go @@ -0,0 +1,23 @@ +// Code generated by go-swagger; DO NOT EDIT. + +/* +Package restapi fatcat +A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata + + + Schemes: + http + https + Host: api.fatcat.wiki + BasePath: /v0 + Version: 0.1.0 + + Consumes: + - application/json + + Produces: + - application/json + +swagger:meta +*/ +package restapi |