Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yvn11/go-spacex

SpaceX Go Client
https://github.com/yvn11/go-spacex

client golang spacex spacex-api

Last synced: about 2 months ago
JSON representation

SpaceX Go Client

Awesome Lists containing this project

README

        

# go-spacex
SpaceX Client for Go

## How to get
```
go get github.com/zex/go-spacex/client
```

## How to call
```
import (
"github.com/zex/go-spacex/client"
)

cli := client.NewSpaceXClient()
cli.ListRockets(nil)
```