Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Add link to gRPC doc in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
f0086 committed Feb 10, 2023
1 parent bb19567 commit fb6f852
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# GPCloud Golang Client

This is the official GPCloud Golang client. Please raise an issue if you have found any problems or having questions.
This is the official GPCloud Golang client. Please open an issue if you have found
a problem or having a question.

### Recommendations
## Recommendations

- Golang 1.18 or higher

### Example usage
## Documentation

You can find the current API documentation [here](https://buf.build/gportal/gportal-cloud).
The protobuf definitions can also be [downloaded](https://buf.build/gportal/gportal-cloud/assets/main)
from the buf.build repository.

## Example usage

```go
package main
Expand Down

0 comments on commit fb6f852

Please sign in to comment.