Bloodevil / sony_camera_api

sony camera remote api
http://developer.sony.com/develop/cameras/
MIT License
244 stars 60 forks source link

Implement method versions, inspired by 1nfused's pull request #39 #49

Closed mungewell closed 6 years ago

mungewell commented 6 years ago

Implement a default and minimum version for method, noting that some methods > '1.0'. Allow end user to limit calls to a particular version, ie use getEvent with a lower value.

Inspired by 1nfused's pull request #39, but only implementing version control.