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-04 19:56:29 LazyVim/LazyVim
2024-10-31 16:03:37 kenzok8/small
2024-10-29 21:38:37 xiaorouji/openwrt-passwall
2024-09-26 21:56:43 echasnovski/mini.nvim
2024-09-25 11:44:46 iDvel/rime-ice
2024-09-24 22:20:36 AstroNvim/AstroNvim