From dfc14b526a41c4cf498ed475c589b37c2735992c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eddy=20Petri=C8=99or?= Date: Fri, 1 May 2009 01:44:30 +0300 Subject: [PATCH] some things could be improved in OsmApi --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..93347f4 --- /dev/null +++ b/TODO @@ -0,0 +1,11 @@ +- should reorder parameters in the constructor since is less likely + to change the API server than the username or password, or even + created_by (which should be better renamed to tool or something) +- setters for username, password and created-by might make sense + since for read-only operations those would be unnecessary and + because for tools built on top of the OsmApi class it might be + useful to identify that tool +- default username and password should be read from + XDG_CONFIG_HOME//osm-auth +- OsmApi should handle gracefully errors and maybe define new + exceptions to be explicit about what happened (?) -- 2.11.4.GIT