{"id":23009562,"url":"https://github.com/devolutions/go-dvls","last_synced_at":"2026-02-25T23:23:52.358Z","repository":{"id":68957163,"uuid":"592332545","full_name":"Devolutions/go-dvls","owner":"Devolutions","description":"Go client for DVLS","archived":false,"fork":false,"pushed_at":"2024-11-19T18:26:21.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-19T19:40:48.131Z","etag":null,"topics":["devops","dvls","golang"],"latest_commit_sha":null,"homepage":"https://devolutions.net/server","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Devolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-23T14:03:52.000Z","updated_at":"2024-06-21T00:10:43.000Z","dependencies_parsed_at":"2024-06-05T22:48:59.968Z","dependency_job_id":null,"html_url":"https://github.com/Devolutions/go-dvls","commit_stats":{"total_commits":34,"total_committers":5,"mean_commits":6.8,"dds":"0.17647058823529416","last_synced_commit":"fba3532e7acc400a57b1dbf4e15b0088d8a50610"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devolutions%2Fgo-dvls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devolutions%2Fgo-dvls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devolutions%2Fgo-dvls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devolutions%2Fgo-dvls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devolutions","download_url":"https://codeload.github.com/Devolutions/go-dvls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229800401,"owners_count":18126028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops","dvls","golang"],"created_at":"2024-12-15T09:14:57.641Z","updated_at":"2026-02-25T23:23:52.354Z","avatar_url":"https://github.com/Devolutions.png","language":"Go","readme":"# Go client for Devolutions Server\n[![Go Reference](https://pkg.go.dev/badge/github.com/Devolutions/go-dvls.svg)](https://pkg.go.dev/github.com/Devolutions/go-dvls)\n[![testing](https://github.com/Devolutions/go-dvls/actions/workflows/test.yml/badge.svg)](https://github.com/Devolutions/go-dvls/actions/workflows/test.yml)\n\n:warning: **This client is a work in progress, expect breaking changes between releases** :warning:\n\n## Compatibility\n\n| go-dvls version | DVLS version   |\n|-----------------|----------------|\n| 0.16.0+         | 2026.x         |\n| 0.15.0          | 2024.x, 2025.x |\n\nHeavily based on the information found on the [Devolutions.Server](https://github.com/Devolutions/devolutions-server/tree/main/Powershell%20Module/Devolutions.Server) powershell module.\n\n## Usage\n- Run go get `go get github.com/Devolutions/go-dvls`\n- Add the import `import \"github.com/Devolutions/go-dvls\"`\n- Setup the client (we recommend using an [Application ID](https://docs.devolutions.net/server/web-interface/administration/security-management/applications/))\n``` go\npackage main\n\nimport (\n\t\"log\"\n\n\t\"github.com/Devolutions/go-dvls\"\n)\n\nfunc main() {\n    // We strongly recommend using an Application ID with your client\n\tc, err := dvls.NewClient(\"username\", \"password\", \"https://your-dvls-instance.com\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tlog.Print(c.ClientUser.Username)\n}\n```\n\n## Documentation\nAll our documentation is available on [![Go Reference](https://pkg.go.dev/badge/github.com/Devolutions/go-dvls.svg)](https://pkg.go.dev/github.com/Devolutions/go-dvls)\n\n## License\n\nCopyright 2023.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevolutions%2Fgo-dvls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevolutions%2Fgo-dvls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevolutions%2Fgo-dvls/lists"}