modulepackage
0.0.0-20230601010203-2930a96c8067
Repository: https://github.com/acheong08/duckduckgo-api.git
Documentation: pkg.go.dev
# README
DuckDuckGo-API
API server and module for DuckDuckGo
type Search struct {
Query string `json:"query"`
Region string `json:"region"`
TimeRange string `json:"time_range"`
Limit int `json:"limit"`
}
type Result struct {
Title string `json:"title"`
Link string `json:"link"`
Snippet string `json:"snippet"`
}
Send requests via GET or POST in JSON
# Packages
No description provided by the author
No description provided by the author
No description provided by the author