.. taxii2client documentation master file, created by
   sphinx-quickstart on Tue Nov 28 20:47:27 2017.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

TAXII 2 Python API Documentation
================================

*taxii2client* is a minimal implementation of a TAXII 2.0 and 2.1 Client in Python. It
currently supports the current services:

- Server Discovery
- Get API Root Information
- Get Status
- Get Collections
- Get a Collection
- Get Objects
- Add Objects
- Get an Object
- Delete an Object (2.1 only)
- Get Object Manifests
- Get Object Versions (2.1 only)

Table of Contents
=================

.. toctree::
   :maxdepth: 3

   api/taxii2client
   contributing

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

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
