Home - Gio85/swapi-ts-sdk GitHub Wiki

Welcome to the swapi-ts-sdk wiki!

Bear in mind that this is just a typescript wrapper to SWAPI

Set-up

  • Installation
    npm install swapi-ts-sdk or yarn add swapi-ts-sdk
  • Usage
    In order to get started with the SDK, you will need to instantiate the client
    Example const client = ApiClient.getInstance()

Resources