imacodr/Landonu
Fork: 1 Star: 2 (更新于 2024-12-20 11:54:49)
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-12-17 14:23:26 xiaorouji/openwrt-passwall
2024-12-16 03:27:54 LazyVim/LazyVim
2024-12-12 21:50:18 iDvel/rime-ice
2024-12-11 09:02:10 Saghen/blink.cmp
2024-12-05 23:13:55 xiaorouji/openwrt-passwall2
2024-12-05 17:54:30 kenzok8/small