Skip to main content

Client for Urbanesia's OAUTH v1.0a API

Project description

OAUTHnesia for Python

A Python module to interact with Urbanesia’s OAUTH v1.0a API using requests and requests-oauthlib:

Example

from oauthnesia import oauthnesia

urb = oauthnesia(cons_key="xxxxxx", cons_sec="xxxxxx")

print "OAUTH Request"
print urb.call(uri='get/super_search', post=None, get={
    'what': 'steak'
})

print "\nXAUTH Request"
print urb.xauth('URBANESIA EMAIL', 'URBANESIA PASSWORD')

Available at <https://github.com/tistaharahap/python-bayes-redis/blob/master/test.py>

Get Access

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oauthnesia-1.0.5.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page