Skip to content

client code repository for paperswithcode's official APIs

License

Notifications You must be signed in to change notification settings

codingpot/paperswithcode-go

Repository files navigation

paperswithcode-go

Go Go Report Card Go Reference codecov

This is a client for PapersWithCode read/write API.

For Python version, see https://github.com/paperswithcode/paperswithcode-client

Quick usage example

import "github.com/codingpot/paperswithcode-go/v2"
c := paperswithcode_go.NewClient()
papers, _ := c.PaperList(paperswithcode_go.PaperListParamsDefault())
gan, _ := c.PaperGet(paperswithcode_go.GetPaperIDFromPaperTitle("Generative Adversarial Networks"))