Plastclient

An API wrapper for Plast
Download

Plastclient Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Asbjorn Enge
  • Publisher web site:
  • https://launchpad.net/~asbjornenge

Plastclient Tags


Plastclient Description

Plastclient is a Python API wrapper for Plast.AuthenticationOAuthAll updates to Plast require OAuth 2 authentication. Plast is in active development, and key/secret pairs are granted individually. Please contact njb@smartm.no if you are interested in using Plast.AccessKeysApplications using Plast may request additional accesskeys using the AccessKey API. These keys are used to set or assert ownership to objects created in Plast, and may be devided to individual users, groups of users or however the application sees fit.Installation pip install plastclientUsage from plastclient import PlastClient pc = PlastClient('http://plast.host.com', < oauth_key >, < oauth_secret >) states = pc.State.search('relativity')General principles- All communication is REST.- All states & statesets have a public view.- All data returned as dictionaries.- OAuth key/secret & plast_accesskey is required for all updates.Product's homepage


Plastclient Related Software