scottdware / go-bigip

A Go package that interacts with F5 BIG-IP systems using the REST API.
MIT License
109 stars 119 forks source link

changed ModifyClientSSLProfile and ModifyClientServerProfile REST methods to PATCH #95

Closed hoffmanntravis closed 5 years ago

hoffmanntravis commented 5 years ago

Issue: https://github.com/scottdware/go-bigip/issues/94

Note that I tried to run ltm_test.go, but seemed to encounter some issues on my local with package management. If you can test this that would be good.

hoffmanntravis commented 5 years ago

Disregard my comments about unit testing, Travis CI did the testing successfully :)