mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 14:51:22 +00:00
Initial commit
This commit is contained in:
commit
9a707a0172
3 changed files with 22 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
|
@ -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/
|
||||||
0
LICENSE
Normal file
0
LICENSE
Normal file
4
README.md
Normal file
4
README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
api-docs
|
||||||
|
========
|
||||||
|
|
||||||
|
API Docs for TripIt APIv2
|
||||||
Loading…
Reference in a new issue