1
0
mirror of https://github.com/badkaktus/gorocket.git synced 2025-01-22 03:39:13 +02:00

9 Commits

Author SHA1 Message Date
abataloff
3efd7fce87 Fixed method addQueryParams. Implemented correct addition of paganization parameters 2022-10-25 11:58:16 +03:00
badkaktus
e2b5bf81a3 remove unused fmt 2022-10-02 15:48:22 +03:00
badkaktus
0e7082dccc add paginations 2022-10-02 15:48:22 +03:00
Алексей Волегов
84215f0567 add more options 2022-09-19 15:20:21 +03:00
Алексей Волегов
08c7076e6b add Option 2022-09-19 14:41:05 +03:00
Thomas Buchinger
c0295b8976 Do not exit the program on failed API Calls, return an error instead
Using log.Fatal() calls os.Exit(1) after the log message is printed.
os.Exit cannot be catched and exits the program without giving the
user a chance to recover from the error.
2022-03-07 13:19:29 +01:00
kolyuchy
8c3c43469c add auth, translate. edit new client. 2020-06-20 18:14:33 +03:00
kolyuchy
34049d8cca all "info" endpoints 2020-06-10 19:19:25 +03:00
kolyuchy
16b2a340e1 init commit 2020-04-30 17:36:31 +03:00