Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

lua-api-client

Simple HTTP API Client to talk with REST API and parse JSON response.

Syntax:

api_call(
method,
url,
params
)

Example:

result=api_call(
"POST",
"https://us2.api.mailchimp.com/2.0/lists/list",
"apikey=ABCD"
)

Run example.lua to see actual result

About

Lua REST API Client

Topics

Resources

Stars

33 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages