ipify

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 2 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)

Create a new client which can be used to return the current IP address

func (*Client) Get

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

Get returns the current IP address from the API

type Request

type Request struct {
	client.Request
}

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