aaronsegura / nextcloud-async

Async-capable python wrapper for Nextcloud APIs
GNU General Public License v3.0
13 stars 5 forks source link

PhoneTrack API (maybe?) #22

Open strugee opened 10 months ago

strugee commented 10 months ago

I'm interested in getting a Python wrapper around the PhoneTrack API: https://gitlab.com/eneiluj/phonetrack-oc

I'm not sure this app is commonly used enough to warrant integration into this module though. If not, I think the right solution is to expose NextCloudBaseAPI as API surface that other modules can inherit from, in order to share the authentication handling, timeout logic, etc. Not sure exactly what the right API here would be.

aaronsegura commented 10 months ago

Hello! Thank you for your request. Phonetrack sounds like a perfectly suitable candidate for this project - I use phonetrack myself :)

It looks like we should be able to access the api using the following routes: https://gitlab.com/eneiluj/phonetrack-oc/-/blob/master/appinfo/routes.php

If you have the time and know-how, PRs to this repo are always welcome. Otherwise, I'll start playing with it when I get some free time. I'm currently working on another project that's taking up most of my bandwidth at the moment.