Discover Packages
github.com/HasData/hasdata-cli
internal
client
package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Apr 29, 2026
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Do calls the given fully-qualified URL with the given HTTP method.
For GET, query params are encoded from `params`. For POST, the body is JSON of `body`.
type Response struct {
Status int
ContentType string
Body []byte
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.