File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# paperswithcode-go
2
+
2
3
[ ![ Go] ( https://github.com/codingpot/paperswithcode-go/actions/workflows/go.yaml/badge.svg )] ( https://github.com/codingpot/paperswithcode-go/actions/workflows/go.yaml )
3
4
[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/codingpot/paperswithcode-go.svg )] ( https://pkg.go.dev/github.com/codingpot/paperswithcode-go )
4
5
[ ![ codecov] ( https://codecov.io/gh/codingpot/paperswithcode-go/branch/main/graph/badge.svg?token=MhzDKZOtWK )] ( https://codecov.io/gh/codingpot/paperswithcode-go )
5
6
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
7
12
8
13
``` go
9
14
import " github.com/codingpot/paperswithcode-go"
@@ -13,6 +18,4 @@ import "github.com/codingpot/paperswithcode-go"
13
18
c := paperswithcode_go.NewClient ()
14
19
papers , _ := c.PaperList (paperswithcode_go.PaperListParamsDefault ())
15
20
gan , _ := 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