Sha256: 496dcf6def685e3978fda6ecfbb18521a2c81f1113979c0a2523265669221ef0
Contents?: true
Size: 716 Bytes
Versions: 5
Compression:
Stored size: 716 Bytes
Contents
powa-api ======== Ruby interface to the POWA API [http://developer.powa.com/guide](http://developer.powa.com/guide) Configuration ------------- ### Yaml example ```yaml environment: "sandbox" integration_security_key: "KEY-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" website_authorisation_token: "TOKEN-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" ``` Then ```ruby PowaApi.configure_with("path/to/yaml/file") ``` ### Ruby example ```ruby PowaApi.configure(:environment => "sandbox", :integration_security_key => "KEY-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", :website_authorisation_token => "TOKEN-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX") ``` Usage ------------- ```ruby products = PowaApi::ProductService.get_products ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
powa_api-0.1.9 | README.md |
powa_api-0.1.8 | README.md |
powa_api-0.1.2 | README.md |
powa_api-0.1.1 | README.md |
powa_api-0.0.3 | README.md |