Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 365 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 365 Bytes

This is a WSMAN library for Go.

It mostly adheres to the DMTF specifications at http://www.dmtf.org/standards/wsman, except where it does not.

Right now, it can only communicate with WSMAN endpoints over HTTP/HTTPS using Basic auth.

It has no unit tests because I don't feel like writing a WSMAN endpoint in Go, but the SOAP and xml libraries it is based on do.