Skip to content

yaxitech/routex-client-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

routex-client-lua

Pure Lua client for YAXI's Open Banking services. Requires Lua >= 5.3, a Unix-like OS (Linux, macOS), and an API key, which you can get for free at hub.yaxi.tech.

Installation

The easiest way to install is through LuaRocks:

luarocks install routex-client

Usage

The client requires an HTTP client implementing IHttpClient. You can either bring your own or use the bundled DefaultHttpClient, which depends on the http rock:

luarocks install http
local RoutexClient = require("routex-client").RoutexClient
local DefaultHttpClient = require("routex-client.http").DefaultHttpClient

local httpClient = DefaultHttpClient:new()
local client = RoutexClient:new("https://api.yaxi.tech", httpClient)

License

MIT

About

Pure Lua client for YAXI's Open Banking services

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages