api

This is a simple module I created to help streamline network requests to Stripe's payment API. With this module, you can charge a card, create and manage customers, refund customers, and more. Hopefully, this will help make Corona a more pertinent business app platform.

Comments, 421 Votes - submitted on 17/07/2014 view repo

This gist includes two files: 1) dropboxModule.lua which allows your code to connect Dropbox and allows your user to authorize access for your app. It is based on oAuth 1.0. 2) download.lua is an example of how your code should call the functions in dropboxModule.lua

Comments, 384 Votes - submitted on 24/05/2014 view repo