rapidapi

package
v0.0.0-...-8480fd3 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Article

type Article struct {
	Title        string    `json:"title"`
	Date         time.Time `json:"date"`
	Author       string    `json:"author"`
	Language     string    `json:"language"`
	Url          string    `json:"url"`
	EffectiveUrl string    `json:"effective_url"`
	Domain       string    `json:"domain"`
}

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(apiKey string) *Client

func (*Client) ExtractArticle

func (c *Client) ExtractArticle(articleUrl string) (*Article, error)

Jump to

Keyboard shortcuts

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