Updated Linode API

I've updated the python bindings to support the new Linode StackScripts method calls. An excellent feature to aid in the deployment of your new nodes. The documentation is also up to date, albeit in need of some verbosity. You can browse the source at my gitweb, or as usual you can access the source directly with git

git clone http://git.atxconsulting.com/linode

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Git Repository issues

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

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

# 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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo].

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.