Skip to content

Commit

Permalink
Update API GetLoginToken: update response param.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Jun 4, 2024
1 parent bc23a44 commit 6f85644
Show file tree
Hide file tree
Showing 4 changed files with 1,914 additions and 296 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# OS
.DS_Store

# IDE
.idea
.settings
.cache/
.vscode/
.project
.history/

# Go build directory
bin/
pkg/

# Unit test / coverage reports
coverage.*

*.sh
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-06-04 Version: v1.1.2
- Update API GetLoginToken: update response param.


2024-04-25 Version: v1.1.1
- Update API GetLoginToken: update response param.
- Update API RebootDesktops: add param Uuid.
Expand Down
Loading

0 comments on commit 6f85644

Please sign in to comment.