Skip to content

Commit 4825127

Browse files
committed
feat: update README with a link to the Python lib
1 parent c857c87 commit 4825127

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# paperswithcode-go
2+
23
[![Go](https://github.com/codingpot/paperswithcode-go/actions/workflows/go.yaml/badge.svg)](https://github.com/codingpot/paperswithcode-go/actions/workflows/go.yaml)
34
[![Go Reference](https://pkg.go.dev/badge/github.com/codingpot/paperswithcode-go.svg)](https://pkg.go.dev/github.com/codingpot/paperswithcode-go)
45
[![codecov](https://codecov.io/gh/codingpot/paperswithcode-go/branch/main/graph/badge.svg?token=MhzDKZOtWK)](https://codecov.io/gh/codingpot/paperswithcode-go)
56

6-
client code repository for paperswithcode's official APIs
7+
This is a client for PapersWithCode read/write API.
8+
9+
For Python version, see https://github.com/paperswithcode/paperswithcode-client
10+
11+
## Quick usage example
712

813
```go
914
import "github.com/codingpot/paperswithcode-go"
@@ -13,6 +18,4 @@ import "github.com/codingpot/paperswithcode-go"
1318
c := paperswithcode_go.NewClient()
1419
papers, _ := c.PaperList(paperswithcode_go.PaperListParamsDefault())
1520
gan, _ := c.PaperGet(paperswithcode_go.GetPaperIDFromPaperTitle("Generative Adversarial Networks"))
16-
```
17-
18-
See go doc for reference.
21+
```

0 commit comments

Comments
 (0)