README.textile in mashery-0.0.11 vs README.textile in mashery-0.1.0

- old
+ new

@@ -24,9 +24,14 @@ bc. $ export MASHERY_SITE_ID=666 $ export MASHERY_API_KEY=cafebebedeadbeefcafebebedeadbeef $ export MASHERY_SHARED_SECRET=blahblahblah +By default, the thor tasks call methods in the Mashery sandbox. If you want them to access the production environment +instead, set the {{MASHERY_PRODUCTION_MODE}} environment variable to any value: + +bc. $ export MASHERY_PRODUCTION_MODE=hi + h3. Querying objects The Mashery API supports querying the following types of objects: "members":http://support.mashery.com/docs/mashery_api/member/, "applications":http://support.mashery.com/docs/mashery_api/application/, "keys":http://support.mashery.com/docs/mashery_api/key/, "services":http://support.mashery.com/docs/mashery_api/service/, and "roles":http://support.mashery.com/docs/mashery_api/role/. To perform a query, construct a Query object for the type of object you want to query: