Skip to content

Conversation

itay
Copy link
Contributor

@itay itay commented Nov 18, 2015

This change adds KV Store support to the Python SDK, which includes
two main pieces:

  1. A couple of small fixes in binding.py, specifically around allowing
    us to make POST requests which are not encoded with application/x-www-form-urlencoded.
  2. A set of classes in client.py to make it easy to access the KV Store
    API, e.g. for accessing configuration, data, etc.

Finally, it also adds tests to verify these fixes.


def delete_by_id(self, id):
"""
Deletes document that has _id = id
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a period.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

This change adds KV Store support to the Python SDK, which includes
two main pieces:

1. A couple of small fixes in binding.py, specifically around allowing
us to make POST requests which are not encoded with application/x-www-form-urlencoded.

2. A set of classes in client.py to make it easy to access the KV Store
API, e.g. for accessing configuration, data, etc.

Finally, it also adds tests to verify these fixes, and an example to show
how to use it.
itay added a commit that referenced this pull request Nov 21, 2015
Add KV Store support to the Python SDK
@itay itay merged commit bd8d142 into develop Nov 21, 2015
@shakeelmohamed shakeelmohamed deleted the feature/kvstore branch May 19, 2016 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants