Commit graph

15 commits

Author SHA1 Message Date
sneakypete81
15d85b3ac9 Allow -h to be used to specify the hostname
This matches the behaviour of the other commandline tools.
Since this is a bit non-standard, the usage message now specifically mentions the --help option.
Also added a check for excess arguments.
2013-05-07 08:55:44 +01:00
sneakypete81
42999f80f5 Merge branch 'master' into class_config
Conflicts:
	openphoto/__init__.py
	openphoto/openphoto_http.py
	tests/test_base.py
2013-05-06 17:25:36 +01:00
sneakypete81
853256cc1f Merge pull request #14 from sneakypete81/dotfiles
Add support for config dotfiles
2013-05-06 07:36:48 -07:00
sneakypete81
59e8c0772e Re-ordered README since credentials now apply to all access methods, not just CLI 2013-05-04 14:33:38 +02:00
sneakypete81
0a35922d12 Move config loader into the OpenPhoto class.
This allows config files to be used everywhere, not just from the commandline.
2013-05-04 13:15:51 +01:00
sneakypete81
6f2162e9a4 Various README updates, to make config_file usage clearer 2013-05-04 13:03:44 +02:00
sneakypete81
060db87b84 Remove unused --encode option 2013-05-02 23:34:14 +01:00
sneakypete81
30a843d5aa Update config option to be a filename in the config directory.
This makes it easier to use multiple identities
2013-05-02 23:33:14 +01:00
sneakypete81
32ebfc511b Update README with API versioning documentation 2013-04-20 13:45:24 +02:00
sneakypete81
6a4be812ed Merge branch 'master' into dotfiles
Conflicts:
	README.markdown
2013-04-02 21:26:32 +01:00
sneakypete81
676ec2a250 Update documentation with config file details 2013-02-18 08:45:00 +00:00
sneakypete81
0ef3abe79e Updated README with usage fixes and additional description of how the classes map to the OpenPhoto API 2012-12-21 18:23:42 +00:00
sneakypete81
b418cf7e78 Extended API to add pythonic classes/methods. See the updated README.markdown for examples 2012-08-28 18:59:33 +01:00
Michael Chang
ca5807be30 Remove reference to OpenPhotoOAuth.php from the README 2012-02-18 16:14:00 -05:00
James Walker
259a2f2e56 initial (working) version of python client library (including CLI script) 2012-01-21 20:27:48 -05:00