Skip to content

straup/py-dogeared-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-dogeared-api

Python bindings for the dogeared-www API

Example

from doegared.api.client import OAuth2

api = OAuth2(ACCESS_TOKEN, hostname=HOSTNAME, endpoint=ENDPOINT)

method = 'api.test.echo'

args = {
	'hello': 'world'
}

rsp = api.execute_method(method, args)
print rsp

See also

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages