Skip to content

Basic Usage

Vinay Phadnis edited this page Aug 17, 2018 · 1 revision

Installation

To install via pip use: pip install spacexPython

Basic Usage

To use the wrapper, import the module in any python file:

import spacexpython

#sample usage:
rocket = spacexpython.rockets.falcon1()
print(rocket)

Home

Wrapper Usage

Endpoints

Clone this wiki locally