# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 18551 | tjuricek |
Switch to using swagger-based HTTP methods. Remove old java_client. The swagger documentation generates asciidoc, which is included in the current user guide. We lose some control over the formatting. |
||
#2 | 18515 | tjuricek |
Replacing java_client with Swagger-based clients/java project. - Switched implementations of the Swagger client to use okhttp with gson. - Added the version to the "status" method, and hey, added that method to the spec - Added templates to the java code generator to add some default methods, fixing some import issues in Gradle NOTE: We may want to break down the API a bit and restructure it. |
||
#1 | 18469 | tjuricek |
Baseline Swagger definition. This does not contain all methods (Git Fusion SSH user keys, Helix Sync). These are methods I don't anticipate will be put into use immediately, so I'll delay their implementation and testing. Right now, the swagger definition has been validated mostly by the use of their editor. |