arxiv

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArXiv

type ArXiv struct {
	http.Stack
	// contains filtered or unexported fields
}

func New

func New(cfg Config) (*ArXiv, error)

Creates new instance of HTTP client

func (*ArXiv) Extracts

func (api *ArXiv) Extracts(ctx context.Context, req Extracts) (string, error)

func (*ArXiv) Search

func (api *ArXiv) Search(ctx context.Context, req Search) ([]websearch.Fact, error)

type Config

type Config struct {
	http.Stack
}

type Extracts

type Extracts struct {
	ID string
}
type Search struct {
	Query   string // The search query string.
	Size    int
	SortBy  string
	OrderBy string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL