public
Description: Simple wrapper for the Braintree APIs that uses Camping
Homepage: http://developer.getbraintree.com
Clone URL: git://github.com/braintree/braintree-utili-tool.git
ch0wda (author)
Wed Apr 09 13:48:04 -0700 2008
commit  ad6092e3f7211ad7812af9efe607870360937ffc
tree    7f819b55fdd41e29a2be13afdf1f8458fab57801
parent  f3dd12d99a4b12c36186170ce303ef06710a84a0
braintree-utili-tool / contents / quick_query.textile
100644 10 lines (5 sloc) 0.793 kb

Usage: QuickQuery is a simple wrapper around the Direct Post authentication methods of the Query APIs. It’s usage is very similar to typing out a query string in the browser, except you’ll receive the response on this page in a table along with the query string, as it was generated.

Type in your username and password. Type out any key=value pairs for the item you are searching for. See the Query API for a complete list of values.

A simple example would look like this: lastname=Dobbs&condition=pending,complete.

Make sure to escape the values, for example: lastname=Van Houten should be lastname=Van%20Houten.

Please excuse the formatting of the response, we’re working on getting something that looks a little better.