MyGit
🚩收到GitHub仓库的更新通知

imacodr/Landonu

Fork: 1 Star: 2 (更新于 2024-04-18 05:50:47)

license: 暂无

Language: Lua .

API wrapper for the Landon OpenAPI

最后发布版本: 1.1.0 ( 2022-04-03 04:41:52)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

banner

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")

最近版本更新:(数据更新于 2024-04-14 08:22:55)

2022-04-03 04:41:52 1.1.0

2022-02-22 02:22:02 production

imacodr/Landonu同语言 Lua最近更新仓库

2024-04-25 03:37:35 xiaorouji/openwrt-passwall

2024-04-17 10:00:35 kenzok8/small

2024-04-16 18:07:29 ejoy/ant

2024-04-08 07:16:05 EdgeTX/edgetx-sdcard

2024-04-06 19:45:38 AstroNvim/AstroNvim

2024-03-30 15:34:57 face-hh/griddycode