SocalNick / orchestrate-php-client

A PHP client for Orchestrate.io
BSD 3-Clause "New" or "Revised" License
32 stars 5 forks source link

Post operation added #2

Closed rkgrep closed 9 years ago

rkgrep commented 10 years ago

Post opertion to create new values with auto-generated key. https://orchestrate.io/docs/apiref#post-create--generate-key

SocalNick commented 10 years ago

Thanks for the PR! Would you mind adding a test to show that it works? You could add the test to this file: https://github.com/SocalNick/orchestrate-php-client/blob/master/tests/KvTest.php

sportarc commented 9 years ago

Could this be integrated? It is quite critical to auto generate Keys.

SocalNick commented 9 years ago

Closing in favor of https://github.com/SocalNick/orchestrate-php-client/pull/8 because this didn't contain tests and didn't appear to correctly get the key from a POST.

@rkgrep and @sportarc could you please review https://github.com/SocalNick/orchestrate-php-client/pull/8 ?