imacodr/Landonu
Fork: 1 Star: 2 (更新于 2024-11-01 14:10:15)
license: 暂无
Language: Lua .
API wrapper for the Landon OpenAPI
最后发布版本: 1.1.0 ( 2022-04-03 04:41:52)
About
The Landon OpenAPI Wrapper makes it easy for developers to interact with our Roblox Flight Planner System.
- Simple and easy to use
- 100% coverage of the Landon OpenAPI
With that its now been brought to Luau.
Install
with Roblox Marketplace
https://www.roblox.com/library/8895872898/Landonu
with Wally
Landonu = "imacodr/landon@1.0.4"
with Roarn
roarn install landonu
with GitHub
https://github.com/imacodr/Landon/releases
Usage
First you will need to create a Landonu object. Landonu now follows OOP!
local airline = Landonu.new(apiKey: string)
= self (on the docs)
self:GetFlights()
local Landonu = require(path/to/landon)
local airline = Landonu.new(apiKey: string)
airline:GetFlights()
self:CreateFlight({ flightNumber: string, aircraft: string, departure_airport: string, arrival_airport: string, game_url: string, date: string, time: string, roavhub_ping: boolean })
local Landonu = require(path/to/landon)
local airline = Landonu.new(apiKey: string)
airline:CreateFlight({
flightnumber = "test",
aircraft = "test",
departure_airport = "test",
arrival_airport = "testu",
game_url = "https://roblox.com",
date = "today",
time = "8 PM",
roavhub_ping: true
}
)
self:DeleteFlight(flightID: string)
local Landonu = require(path/to/landon)
local airline = Landonu.new(apiKey: string)
airline:DeleteFlight("testFlightIdThatGenerated")
imacodr/Landonu同语言 Lua最近更新仓库
2024-11-21 03:52:06 koreader/koreader
2024-11-20 23:41:49 xiaorouji/openwrt-passwall
2024-11-20 16:46:43 xiaorouji/openwrt-passwall2
2024-11-19 22:36:38 LazyVim/LazyVim
2024-11-18 05:33:22 olimorris/codecompanion.nvim
2024-11-10 02:39:54 kenzok8/small