Skip to content

mjswen0923/RebrickableSDK

 
 

Repository files navigation

RebrickableSDK is a framework that uses Rebrickable APIs to build their own apps that want to use the Rebrickable database.

Getting Started

Installation with Carthage

Add the following to your Cartfile:

github "https://github.com/renTramontano/RebrickableSDK"

then:

carthage update --platform ios

Installation with Swift Package Manager

Add the following to your Package.swift

dependencies: [
    .package(url: "https://github.com/renTramontano/RebrickableSDK.git", .upToNextMajor(from: "1.0.1"))
]

Usage

To use the SDK generate the API Key

let legoApi = LegoAPI(apiKey: "<YOUR_API_KEY>")

License

RebrickableSDK is licensed under the MIT License. See the LICENSE file for more information.

About

A Rebrickable framework for iOS & OS X written in Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 98.4%
  • Shell 1.6%