README.rdoc in quickbase_client-1.0.20 vs README.rdoc in quickbase_client-1.0.21
- old
+ new
@@ -1,13 +1,9 @@
= quickbase_client
A Ruby client for database applications on http://www.quickbase.com.
-This is a minimal subset of the ipp_quickbase_devkit.
-
-It is built using the latest code on https://code.intuit.com/sf/wiki/do/viewPage/projects.ipp_dev_kits/wiki/RubyDevKit .
-
== Example
# list all accessible applications and tables
require 'QuickBaseClient'
@@ -21,18 +17,21 @@
== Documentation
More information about the QuickBase Client is available here -
+- QuickBase HTTP API: http://www.quickbase.com/api-guide/index.html
+- QuickBase API Cookbook: https://www.quickbase.com/db/bcdcajmrf
+- Github: https://github.com/garethlatwork/quickbase_client
+- Github: https://github.com/garethlatwork/quickbase_client_extras
- Code Intuit Com: https://code.intuit.com/sf/projects/ipp_dev_kits
- ipp_quickbase_devkit: https://code.intuit.com/sf/wiki/do/viewPage/projects.ipp_dev_kits/wiki/RubyDevKit
-- QuickBase API Cookbook: https://www.quickbase.com/db/bcdcajmrf
-- QuickBase HTTP API: http://www.quickbase.com/api-guide/index.html
-
== Change History
+1.0.21 - 05/28/2012 - Changed gem homepage to github.
+
1.0.20 - 11/18/2011 - Added optional dfid param to getRecordAsHTML.
1.0.19 - 11/13/2011 - Accommodate Net::HTTP changes in Ruby 1.9.3.
1.0.18 - 09/16/2011 - editRecord() now supports using optional key field as a record identifier.
@@ -58,10 +57,10 @@
Please submit questions, feedback, suggestions on Intuit's Community Forum at http://community.intuit.com/categories/contents/10298?content_view_type=ALL&sort=2 .
== License
-Copyright (c) 2009-2011 Gareth Lewis and Intuit, Inc.
+Copyright (c) 2009-2012 Gareth Lewis and Intuit, Inc.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.opensource.org/licenses/eclipse-1.0.php