Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Einfalt committed Mar 21, 2017
1 parent 9ab2430 commit 193e4aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,11 @@ To update the API data, type:
api_cache.update('project_data')
To diff existing API data with new API data, type:

.. code-block:: python
api_cache.diff('project_data')
# {'project_data': {'values_changed': {"root['headers']['X-Request-Id']": {'new_value': u'f5800c5e-4edb-4509-8339-4bcdf0b32732', 'old_value': u'd8ed6737-e5c8-49aa-b42e-58eb2ba472b9'}}}}
.. _Full Documentation: http://nukedatastore.readthedocs.io/en/latest/

0 comments on commit 193e4aa

Please sign in to comment.