Skip to content

noma4i/lua-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages