Skip to content
README.md 2 KiB
Newer Older
Michael Kennedy's avatar
Michael Kennedy committed

[//]: # (Original work Copyright © 2015 Scott Ware)
[//]: # (Modifications Copyright 2019 F5 Networks Inc)
[//]: # (Modifications Copyright © 2022 m.kennedy@f5.com - forked from go-bigip)
Michael Kennedy's avatar
Michael Kennedy committed
[//]: # (Licensed under the Apache License, Version 2.0 [the "License"];)
[//]: # (You may not use this file except in compliance with the License.)
[//]: # (You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0)
[//]: # (Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,)
[//]: # (WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.)
[//]: # (See the License for the specific language governing permissions and limitations under the License.)

## go-bigiq
[![GoDoc](https://godoc.org/github.com/merps/go-bigiq?status.svg)](https://godoc.org/github.com/merps/go-bigiq) [![Travis-CI](https://travis-ci.org/f5devcentral/go-bigiq.svg?branch=master)](https://travis-ci.org/f5devcentral/go-bigiq)
[![Go Report Card](https://goreportcard.com/badge/github.com/merps/go-bigiq)](https://goreportcard.com/report/github.com/merps/go-bigiq)
[![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/merps/go-bigiq/master/LICENSE)
Michael Kennedy's avatar
Michael Kennedy committed

A Go package that interacts with F5 BIG-IQ systems using the REST API.
Michael Kennedy's avatar
Michael Kennedy committed

Some of the tasks you can do are as follows:

* connect and authorise (gotta start somewhere)
Michael Kennedy's avatar
Michael Kennedy committed

> **Note**: You must be on version 8.0+! For the features that deal with internal data groups, you must be running version 11.6+!
Michael Kennedy's avatar
Michael Kennedy committed

### Examples & Documentation
Visit the [GoDoc][godoc-go-bigiq] page for package documentation and examples. (TODO - learning)
Michael Kennedy's avatar
Michael Kennedy committed


### Contributors
A very special thanks to the following who have helped contribute to this software, especially:

* [Adam Burnett](https://github.com/aburnett)
* [Michael D. Ivey](https://github.com/ivey)

[godoc-go-bigiq]: http://godoc.org/github.com/merps/go-bigiq
[license]: https://github.com/merps/go-bigiq/blob/master/LICENSE