api

package
v0.0.0-...-2afcc6f Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2025 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

satapi provides an API interface to Red Hat Satellite

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthClient

type AuthClient struct {
	Username   string
	Password   string
	HTTPClient *http.Client
}

AuthClient contains the HTTP client components

func NewBasicAuthClient

func NewBasicAuthClient(username, password, certFile string) *AuthClient

NewBasicAuthClient returns an instance of AuthClient

func (*AuthClient) GetJSON

func (s *AuthClient) GetJSON(url string) ([]byte, error)

GetJSON takes a URL relating to a Rest API and returns the resulting JSON as a byte slice.

Jump to

Keyboard shortcuts

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