kidd / 3scale-plugin-lua

3scale authorization plugin for your lua apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name

3scale-lua

Version

Version 0.1 alpha

Synopsis

TSClient = require("threescale.client")
c = TSClient.new(provider_key)
c:authrep{user_key = user_key}

Description

This is a 3scale client library for lua programs. Use it to authorize your lua apps to 3scale.

Methods

Testing

busted -v spec/integration/client.lua

Dependencies

  • Busted
  • LuaXml
  • socket.http

Acknowledements

-3scale

Author

License

MIT

Meta

About

3scale authorization plugin for your lua apps


Languages

Language:Lua 100.0%