Skip to content

Commit

Permalink
Add the test.echo api call. http://www.linode.com/api/index.cfm?metho…
Browse files Browse the repository at this point in the history
  • Loading branch information
JshWright committed Aug 5, 2010
1 parent bfc5759 commit 8e53e02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,3 +789,9 @@ def stackscript_delete(self, request):
"""
pass

@__api_request(returns=[{'Parameter' : 'Value'}])
def test_echo(self, request):
"""Echo back any parameters
"""
pass

0 comments on commit 8e53e02

Please sign in to comment.