AriTheElk / BTSync-PHP

PHP library for the BitTorrent Sync API
19 stars 4 forks source link

Support HTTPS #2

Open danhunsaker opened 10 years ago

danhunsaker commented 10 years ago

It's not documented, so it's hard to tell when it became available, but BTSync supports API access via HTTPS. The BTSync instance has to be configured to enable it, so it's not universally available even then, but developers should be able to prefer it, or even require it, in their projects. So it would be a good idea to support it here, too.