ddetommaso / TobiiGlassesPyController

Tobii Pro Glasses 2 Python controller
GNU General Public License v3.0
56 stars 28 forks source link

One more function to add #6

Closed HamAndChris closed 5 years ago

HamAndChris commented 5 years ago

Hi, this gets a list of all recordings, which I am using to find the most recent one:

    def get_recordings(self):
        return self.__get_request__('/api/recordings')

Thanks,

Originally posted by @HamAndChris in https://github.com/ddetommaso/tobiiglasses-controller/issues/5#issuecomment-454538868

ddetommaso commented 5 years ago

I've just committed the change adding the method! Thank you for your work!