Tranmission Javascript API

Discussion of Transmission that doesn't fit in the other categories
Post Reply
duduamar
Posts: 3
Joined: Tue Dec 29, 2015 1:01 pm

Tranmission Javascript API

Post by duduamar »

Hi

I am trying to write a small chrome extension that communicates with my Transmission daemon.

Is there a REST API for Transmission? If not, is there any simple example for small javascript code that communicates with Transmission?

Thanks!
duduamar
Posts: 3
Joined: Tue Dec 29, 2015 1:01 pm

Re: Tranmission Javascript API

Post by duduamar »

I can't use node in a simple chrome extension code, can I? I can't rely on node installed... And the spec doesn't give a basic example. I tried runinng http post with body {"method":"torrent-get"} but as I result I got: { "arguments": {}, "result": "no method name"}, any idea why?
Post Reply