mirror of
https://github.com/miniflux/v2.git
synced 2025-07-27 17:28:38 +00:00
Improve API
This commit is contained in:
parent
747da03e4c
commit
71bf7e4358
15 changed files with 40 additions and 63 deletions
|
@ -33,7 +33,7 @@ func (h *Client) Get() (*Response, error) {
|
|||
|
||||
req := &http.Request{
|
||||
URL: u,
|
||||
Method: "GET",
|
||||
Method: http.MethodGet,
|
||||
Header: h.buildHeaders(),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue