API: basic asset info

Added repository support for asset API calls

Added /utils/seed for returning server-generated 32-byte seed
This commit is contained in:
catbref
2018-12-11 13:48:10 +00:00
parent 3829630b29
commit 2aaa199c86
14 changed files with 231 additions and 4 deletions

12
pom.xml
View File

@@ -71,6 +71,18 @@
<token>https://petstore.swagger.io/v2/swagger.json</token>
<value>/openapi.json</value>
</replacement>
<replacement>
<token>Swagger UI</token>
<value>API Documentation</value>
</replacement>
<replacement>
<token>deepLinking: true,</token>
<value>
deepLinking: true,
tagsSorter: "alpha",
operationsSorter: "alpha",
</value>
</replacement>
</replacements>
</configuration>
</plugin>