All Projects → noma4i → lua-api-client

noma4i / lua-api-client

Licence: other
Lua REST API Client

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to lua-api-client

ksoftapi.py
Official API Wrapper for KSoft.Si API
Stars: ✭ 31 (+3.33%)
Mutual labels:  api-client
laravel-tmdb
Interact with TMDB data in your Laravel application.
Stars: ✭ 25 (-16.67%)
Mutual labels:  api-client
StudentVue.py
Python StudentVue Library
Stars: ✭ 17 (-43.33%)
Mutual labels:  api-client
platformsh-client-php
Platform.sh API client for PHP
Stars: ✭ 24 (-20%)
Mutual labels:  api-client
twinfield
PHP 7.3+ Library for using the Twinfield API.
Stars: ✭ 28 (-6.67%)
Mutual labels:  api-client
synadm
Command line admin tool for Synapse (Matrix reference homeserver)
Stars: ✭ 93 (+210%)
Mutual labels:  api-client
private-packagist-api-client
Private Packagist API Client
Stars: ✭ 28 (-6.67%)
Mutual labels:  api-client
laravel-transporter
Transporter is a futuristic way to send API requests in PHP. This is an OOP approach to handling API requests.
Stars: ✭ 282 (+840%)
Mutual labels:  api-client
basecampy3
A Python API for Basecamp 3
Stars: ✭ 31 (+3.33%)
Mutual labels:  api-client
webflow-ruby
🕸 🌀Webflow API bindings for Ruby
Stars: ✭ 20 (-33.33%)
Mutual labels:  api-client
buttercms-go
Golang CMS and blog engine https://buttercms.com
Stars: ✭ 37 (+23.33%)
Mutual labels:  api-client
apiron
🍳 apiron is a Python package that helps you cook a tasty client for RESTful APIs. Just don't wash it with SOAP.
Stars: ✭ 106 (+253.33%)
Mutual labels:  api-client
midtrans-python-client
Official Midtrans Payment API Client for Python | https://midtrans.com
Stars: ✭ 24 (-20%)
Mutual labels:  api-client
docker
R Package For Accessing Docker via Docker APIs
Stars: ✭ 23 (-23.33%)
Mutual labels:  api-client
content-api-scala-client
A Scala client library for the Guardian's Content API
Stars: ✭ 37 (+23.33%)
Mutual labels:  api-client
ebics-java-client
Java open source EBICS client - Support for French, German and Swiss banks
Stars: ✭ 30 (+0%)
Mutual labels:  api-client
Calendarific
Calendarific holiday sensor for Home Assistant
Stars: ✭ 14 (-53.33%)
Mutual labels:  api-client
sleeper-api-wrapper
A Python wrapper for the Sleeper Fantasy Football API.
Stars: ✭ 41 (+36.67%)
Mutual labels:  api-client
client-js
JS client for polygon.io api
Stars: ✭ 81 (+170%)
Mutual labels:  api-client
nytimes
nytimes: Interacting with New York TImes APIs
Stars: ✭ 23 (-23.33%)
Mutual labels:  api-client

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].