We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c59034 commit 4a2b40fCopy full SHA for 4a2b40f
README.md
@@ -15,7 +15,7 @@ https://dev.megaplan.ru/r1905/api/index.html
15
16
Пример использования:
17
18
- var api = megaplan.NewAPI(accessID, secretKey, myhost, "", "")
+ var api = megaplan.NewAPI(accessID, secretKey, myhost)
19
response, err := api.GET("/BumsCommonApiV01/UserInfo/id.api", nil)
20
if err != nil {
21
panic(err)
0 commit comments