commit 9a707a01727a32cff86fdd83c96f7dfcf799b503 Author: Robert Lord Date: Fri Sep 13 15:15:24 2013 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..560d1a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*.gem +*.rbc +.bundle +.config +coverage +InstalledFiles +lib/bundler/man +pkg +rdoc +spec/reports +test/tmp +test/version_tmp +tmp + +# YARD artifacts +.yardoc +_yardoc +doc/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd170c7 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +api-docs +======== + +API Docs for TripIt APIv2