|
1 | | -# paperswithcode-go |
2 | | - |
3 | | -[](https://github.com/codingpot/paperswithcode-go/actions/workflows/go.yaml) |
4 | | -[](https://goreportcard.com/report/github.com/codingpot/paperswithcode-go) |
5 | | -[](https://pkg.go.dev/github.com/codingpot/paperswithcode-go/v2) |
6 | | -[](https://codecov.io/gh/codingpot/paperswithcode-go) |
7 | | - |
8 | | -This is a client for PapersWithCode read/write API. |
9 | | - |
10 | | -For Python version, see https://github.com/paperswithcode/paperswithcode-client |
11 | | - |
12 | | -## Quick usage example |
13 | | - |
14 | | -```go |
15 | | -import "github.com/codingpot/paperswithcode-go/v2" |
16 | | -``` |
17 | | - |
18 | | -```go |
19 | | -c := paperswithcode_go.NewClient() |
20 | | -papers, _ := c.PaperList(paperswithcode_go.PaperListParamsDefault()) |
21 | | -gan, _ := c.PaperGet(paperswithcode_go.GetPaperIDFromPaperTitle("Generative Adversarial Networks")) |
22 | | -``` |
| 1 | +# paperswithcode-go |
| 2 | + |
| 3 | +[](https://github.com/codingpot/paperswithcode-go/actions/workflows/go.yaml) |
| 4 | +[](https://goreportcard.com/report/github.com/codingpot/paperswithcode-go) |
| 5 | +[](https://pkg.go.dev/github.com/codingpot/paperswithcode-go/v2) |
| 6 | +[](https://codecov.io/gh/codingpot/paperswithcode-go) |
| 7 | + |
| 8 | +This is a client for PapersWithCode read/write API. |
| 9 | + |
| 10 | +For Python version, see https://github.com/paperswithcode/paperswithcode-client |
| 11 | + |
| 12 | +## Quick usage example |
| 13 | + |
| 14 | +```go |
| 15 | +import "github.com/codingpot/paperswithcode-go/v2" |
| 16 | +``` |
| 17 | + |
| 18 | +```go |
| 19 | +c := paperswithcode_go.NewClient() |
| 20 | +papers, _ := c.PaperList(paperswithcode_go.PaperListParamsDefault()) |
| 21 | +gan, _ := c.PaperGet(paperswithcode_go.GetPaperIDFromPaperTitle("Generative Adversarial Networks")) |
| 22 | +``` |
0 commit comments