------------------
The package has been fully refactored.
The skeleton has been changed to make it possible to implement any endpoint
in a manner similar to `FortiOS REST API`_ documentation.
Breaking changes
----------------
**Added:** FortiGateAPI object (replacement for FortigateAPI object). This object contains
connectors to all Configuration (cmdb) REST API endpoints. For example old `FortigateAPI.address`
connector have been transformed to `FortiGateAPI.cmdb.firewall.address`. Other connectors
are transformed in a similar manner.
**Added:** FortiGate object (replacement for Fortigate object). It is a Python wrapper for
the FortiOS REST API. The `get` methods have been significantly changed to support responses
with any data type.
**Removed:** FortigateAPI object (replaced by FortiGateAPI object).
**Removed:** Fortigate object (replaced by FortiGate object).
**Removed:** SSH Netmiko connector.
**Removed:** CiscoConfParse adapted for Fortigate.