ipify

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

README

Ipify API Client

This package provides a client for the Ipify API, which is used to determine the public IP address of a client.

References:

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

func (*Client) Tools added in v1.0.4

func (c *Client) Tools() []agent.Tool

Return all the agent tools for the weatherapi

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