File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
914import " github.com/codingpot/paperswithcode-go"
@@ -13,6 +18,4 @@ import "github.com/codingpot/paperswithcode-go"
1318c := paperswithcode_go.NewClient ()
1419papers , _ := c.PaperList (paperswithcode_go.PaperListParamsDefault ())
1520gan , _ := c.PaperGet (paperswithcode_go.GetPaperIDFromPaperTitle (" Generative Adversarial Networks" ))
16- ```
17-
18- See go doc for reference.
21+ ```
You can’t perform that action at this time.
0 commit comments