1.2.0 categories.get argument naming inconsistent
rkalla
Registered Users Posts: 108 Major grins
Throughout the API (in the users and albums sets of functions) the naming convention has been:
Album has a Title
Category has a Name
but in categories.get method, it returns a construct of Category with a Title, more specifically:
I guess to stay consistent with the other parts of the API, that "Title" should be "Name"?
Album has a Title
Category has a Name
but in categories.get method, it returns a construct of Category with a Title, more specifically:
{ "stat" : "ok", "method" : "smugmug.categories.get", "Categories" : [ { "id" : <CATEGORY ID>, "Title" : "<CATEGORY TITLE>" } ] }
I guess to stay consistent with the other parts of the API, that "Title" should be "Name"?
0
Comments
kallasoft | The "Break It Down" Blog
SmugMug API Developer
My Photos
I'll leave my comments regarding this and other OCD-related things for 1.2.1
kallasoft | The "Break It Down" Blog