https://github.com/yvn11/go-spacex
SpaceX Go Client
https://github.com/yvn11/go-spacex
client golang spacex spacex-api
Last synced: about 1 month ago
JSON representation
SpaceX Go Client
- Host: GitHub
- URL: https://github.com/yvn11/go-spacex
- Owner: yvn11
- License: mit
- Created: 2019-05-21T08:06:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T05:22:57.000Z (about 7 years ago)
- Last Synced: 2025-06-05T08:10:35.271Z (about 1 year ago)
- Topics: client, golang, spacex, spacex-api
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```