api

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultBaseURL = "https://api.tripsy.app"

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	BaseURL    string
	Token      string
	HTTPClient *http.Client
}

func NewClient

func NewClient(baseURL, token string) *Client

func (*Client) Request

func (c *Client) Request(ctx context.Context, method, path string, query url.Values, body any) (*Response, error)

func (*Client) UploadFile

func (c *Client) UploadFile(ctx context.Context, uploadURL string, headers map[string]string, filePath string) error

type Error

type Error struct {
	StatusCode int
	Data       any
	Raw        []byte
}

func (*Error) Error

func (e *Error) Error() string

type Response

type Response struct {
	StatusCode int
	Header     http.Header
	Data       any
	Raw        []byte
}

Jump to

Keyboard shortcuts

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