client

package
v1.1.16 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

ipify implements a generic API client which parses a JSON response. Mostly used to test the client package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*client.Client
}

func New

func New(opts ...client.ClientOpt) (*Client, error)

func (*Client) Get

func (c *Client) Get() (string, error)

type Request

type Request struct {
	client.Payload `json:"-"`
}

func (Request) Accept

func (r Request) Accept() string

func (Request) Method

func (r Request) Method() string

func (Request) Type

func (r Request) Type() string

type Response

type Response struct {
	IP string `json:"ip"`
}

Jump to

Keyboard shortcuts

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