1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-27 17:28:38 +00:00

Improve API

This commit is contained in:
Frédéric Guillot 2017-11-24 22:29:20 -08:00
parent 747da03e4c
commit 71bf7e4358
15 changed files with 40 additions and 63 deletions

View file

@ -33,7 +33,7 @@ func (h *Client) Get() (*Response, error) {
req := &http.Request{
URL: u,
Method: "GET",
Method: http.MethodGet,
Header: h.buildHeaders(),
}