Comment archive for Updated Linode API
Git Repository issues
Submitted by Tray (not verified) on Sun, 04/04/2010 - 11:34pm.
I cannot clone the repository you've listed:
$ git clone http://git.atxconsulting.com/
Initialized empty Git repository in /Users/tray/git/git.atxconsulting.com/.git/
fatal: http://git.atxconsulting.com//info/refs not found: did you run git update-server-info on the server?
$ git clone http://git.atxconsulting.com
Initialized empty Git repository in /Users/tray/git/git.atxconsulting.com/.git/
fatal: http://git.atxconsulting.com/info/refs not found: did you run git update-server-info on the server?
Does this seem reasonable?
Edited
Submitted by tjfontaine on Tue, 04/13/2010 - 1:03pm.
Apologies, I had typo'd the url was suppose to include the repository name "linode". The correct url is:
http://git.atxconsulting.com/linode
methodcheck.py should be updated with new API doc address
Submitted by Steve Steiner (not verified) on Fri, 06/25/2010 - 10:30pm.
URL of API documentation
-apidocurl = 'http://beta.linode.com/api/autodoc.cfm'
+apidocurl = 'http://linode.com/api/autodoc.cfm'
Now, a run shows:
python methodcheck.py
LOCAL Missing: linode_disk_createfromstackscript
LOCAL Missing: test_echo
S