Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
appdevd committed Sep 28, 2018
1 parent 6589c7a commit 0d4b053
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,3 +1,3 @@
# ATL Money Transfer

ATL Money Transfer Rest API Documentation
ATL Money Transfer Rest [API Documentation](https://atlmoneytransfer.readthedocs.io/en/latest/)
Binary file modified docs/_build/doctrees/authentication.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/_sources/authentication.rst.txt
@@ -1,7 +1,7 @@
Authentication
==============

Authentication to the API is performed via bearer auth (e.g., for a cross-origin request), use
Authentication to the API is performed via bearer auth (e.g., for a cross-origin request), use header

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/authentication.html
Expand Up @@ -159,7 +159,7 @@

<div class="section" id="authentication">
<h1>Authentication<a class="headerlink" href="#authentication" title="Permalink to this headline"></a></h1>
<p>Authentication to the API is performed via bearer auth (e.g., for a cross-origin request), use</p>
<p>Authentication to the API is performed via bearer auth (e.g., for a cross-origin request), use header</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">Authorization: Bearer sandbox_5ba9df637e1cd5baxxxxxxxxxx</span>
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/authentication.rst
@@ -1,7 +1,7 @@
Authentication
==============

Authentication to the API is performed via bearer auth (e.g., for a cross-origin request), use
Authentication to the API is performed via bearer auth (e.g., for a cross-origin request), use header

.. code-block:: console
Expand Down

0 comments on commit 0d4b053

Please sign in to comment.