Skip to content

Commit

Permalink
Fixing Docs
Browse files Browse the repository at this point in the history
Fixing Docs
  • Loading branch information
Sharan Multani committed Feb 13, 2019
1 parent 42f2d95 commit 1049899
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/defense-api.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
.. _defense_api:

Cb Defense API
CB Defense API
==============

This page documents the public interfaces exposed by cbapi when communicating with a Cb Defense server.
This page documents the public interfaces exposed by cbapi when communicating with a CB Defense server.

Main Interface
--------------

To use cbapi with Carbon Black Defense, you will be using the CbDefenseAPI.
The CbDefenseAPI object then exposes two main methods to select data on the Carbon Black server:
To use cbapi with Carbon Black Defense, you will be using the CBDefenseAPI.
The CBDefenseAPI object then exposes two main methods to select data on the Carbon Black server:

.. autoclass:: cbapi.defense.psc.rest_api.CbDefenseAPI
.. autoclass:: cbapi.psc.defense.rest_api.CbDefenseAPI
:members:
:inherited-members:

Expand All @@ -21,13 +21,13 @@ The CbDefenseAPI object then exposes two main methods to select data on the Carb
Queries
-------

.. autoclass:: cbapi.defense.psc.rest_api.Query
.. autoclass:: cbapi.psc.defense.rest_api.Query
:members:


Models
------

.. automodule:: cbapi.defense.psc.models
.. automodule:: cbapi.psc.defense.models
:members:
:undoc-members:

0 comments on commit 1049899

Please sign in to comment.