File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ func main() {
2929 Pass: " passWord" ,
3030 })
3131
32- events , _ , err := nzb.Log (0 , 100 )
32+ events , err := nzb.Log (0 , 100 )
3333 if err != nil {
3434 panic (err)
3535 }
3636
37- nzbVer , _ , err := nzb.Version ()
37+ nzbVer , err := nzb.Version ()
3838 if err != nil {
3939 panic (err)
4040 }
@@ -58,6 +58,8 @@ func main() {
5858
5959Official NZBGet API reference can be [ found here] ( https://nzbget.net/api/ ) .
6060
61+ All of these methods are exposed.
62+
6163### Program Control
6264
6365- [x] [ version] ( https://nzbget.net/api/version )
@@ -98,4 +100,4 @@ Official NZBGet API reference can be [found here](https://nzbget.net/api/).
98100- [x] [ config] ( https://nzbget.net/api/config )
99101- [x] [ loadconfig] ( https://nzbget.net/api/loadconfig )
100102- [x] [ saveconfig] ( https://nzbget.net/api/saveconfig )
101- - [x] [ configtemplates] ( https://nzbget.net/api/configtemplates )
103+ - [x] [ configtemplates] ( https://nzbget.net/api/configtemplates )
You can’t perform that action at this time.
0 commit comments