All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- feat: Updating spec to latest remote version (#16 by @Tohaker)
- fix: Making fields in DstTimeDTO schema optional (#20 by @Tohaker)
- chore: Publishing tags compatible with go modules
- feat: Patch CreateNewSite to return correct API response (#13 by @Tohaker)
- ci: Adding changeset management process and using makefile to build project (#9 by @Tohaker)
- Documentation is now available at https://tohaker.github.io/omada-go-sdk
- SDK is now generated with
openapi-generator-cliv7.21.0 - Multipart requests now defer the closing of files when calling the
addFilemethod.
- Initial generation of Omada SDK from source
- Created Auth spec to fill the gaps in the original source spec