File: index.rst

package info (click to toggle)
python-pynetbox 7.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,164 kB
  • sloc: python: 3,568; makefile: 12
file content (30 lines) | stat: -rw-r--r-- 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.. toctree::
   :maxdepth: 2
   :caption: Contents:

   endpoint
   response
   request
   IPAM
   advanced

TL;DR
=====
Instantiate the :py:class:`.Api`. Use the methods available on :py:class:`.Endpoint` to return :py:class:`.Record` objects.

API
===

.. autoclass:: pynetbox.core.api.Api
  :members:

App
===

.. autoclass:: pynetbox.core.app.App
  :members:

Indices and tables
==================

* :ref:`genindex`