RebrickableSDK is a framework that uses Rebrickable APIs to build their own apps that want to use the Rebrickable database.
Add the following to your Package.swift
dependencies: [
.package(url: "https://github.com/renTramontano/RebrickableSDK.git", .upToNextMajor(from: "1.0.1"))
]$ git clone https://github.com/renTramontano/RebrickableSDK
To use the SDK generate the API Key
let legoApi = LegoAPI(apiKey: "<YOUR_API_KEY>")RebrickableSDK is licensed under the MIT License. See the LICENSE file for more information.