SocalNick / orchestrate-php-client

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

KvList update from Orchestrate Specs #10

Closed sportarc closed 9 years ago

sportarc commented 9 years ago

I added two new parameters to the KVList method based on the specs. I added new tests for those two new parameters. See: https://orchestrate.io/docs/apiref#keyvalue-list

I also fixed an error in the tests I believe.

I saw that you completely changed your tests and you are now using an ENV var to connect to Orchestrate for real. Could you add a little note in the README on how you perform your tests? and how we should proceed?

Cheers

sportarc commented 9 years ago

Will fix the issue when I get the chance