1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Removed old API doc

This commit is contained in:
Jeremy Stretch
2017-03-15 13:15:09 -04:00
parent 3dc15068b9
commit 3d76a982aa
2 changed files with 0 additions and 20 deletions

View File

@ -1,19 +0,0 @@
# API Integration
NetBox features a read-only REST API which can be used to integrate it with
other applications.
In the future, both read and write actions will be available via the API.
## Clients
The easiest way to start integrating your applications with NetBox is to make
use of an API client. If you build or discover an API client that is not part
of this list, please send a pull request!
- **Go**: [github.com/digitalocean/go-netbox](https://github.com/digitalocean/go-netbox)
## Documentation
If you wish to build a new API client or simply explore the NetBox API,
Swagger documentation can be found at the URL `/api/docs/` on a NetBox server.

View File

@ -21,7 +21,6 @@ pages:
- 'Extras': 'data-model/extras.md'
- 'API':
- 'Structure': 'api/structure.md'
- 'API Integration': 'api-integration.md'
markdown_extensions:
- admonition: