Skip to content

Commit

Permalink
Added Health API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeterschinner committed Dec 24, 2017
1 parent fc19269 commit e827856
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion async_v20/health/primitives.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from ..definitions.primitives import Primitive
from ..definitions.base import Model, Array

class CurrentEvent(str, Primitive):
pass
Expand Down
2 changes: 1 addition & 1 deletion doc/source/datetimes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DateTimes in async_20 have a requirement to support two time formats:
calling **DateTime** with either a *RFC3339*, *UNIX*, time.time(), or datetime.datetime()
representation of a date time creates a :class:`pandas.Timestamp`.

async_v20 adds an additional helper method *Timestamp*. **json** for the purpose
async_v20 adds an additional helper method *Timestamp*. **json()** for the purpose
of serializing to the correct JSON format OANDA expects.

.. note::
Expand Down

0 comments on commit e827856

Please sign in to comment.