scottdware / go-bigip

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

Refactor post/patch/delete into one method #56

Closed aughr closed 6 years ago

aughr commented 6 years ago

I'm sending up a small stream of PRs from an internal fork of go-bigip.

This DRYs up the body-using HTTP verb methods.