Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusbakunas committed Jan 13, 2023
1 parent 330e867 commit fb27efa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Go API client for truenas

Go SDK for interacting with TrueNAS APIs (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

## Overview

This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

## TrueNAS Releases

* [angelfish](./angelfish/readme.md)
2 changes: 1 addition & 1 deletion angelfish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ go get golang.org/x/net/context
Put the package under your project folder and add the following in import:

```golang
import angelfish "github.com/dariusbakunas/truenas-go-sdk"
import angelfish "github.com/dariusbakunas/truenas-go-sdk/angelfish"
```

To use a proxy, set the environment variable `HTTP_PROXY`:
Expand Down

0 comments on commit fb27efa

Please sign in to comment.