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

https://github.com/paperspace/paperspace-go

Paperspace API go library
https://github.com/paperspace/paperspace-go

go paperspace paperspace-api

Last synced: 8 months ago
JSON representation

Paperspace API go library

Awesome Lists containing this project

README

          

# paperspace-go

## Usage
```go
package main

import (
paperspace "github.com/Paperspace/paperspace-go"
)

func getClient() *paperspace.Client {
client := paperspace.NewClient()
client.APIKey = p.APIKey
return client
}
```

## Environment Variables
- PAPERSPACE_APIKEY: Paperspace API key
- PAPERSPACE_BASEURL: Paperspace API url
- PAPERSPACE_DEBUG: Enable debugging
- PAPERSPACE_DEBUG_BODY: Enable debug for response body