Bug #920
blogger.getUserBlogs returns blog ID as integer rather than string
| Status : | Closed | Start : | ||
| Priority : | Low | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | sidebars | |||
| Target version : | release2 | |||
| Resolution : | fixed |
Description
Although the original Blogger API 1.0 document does not specify whether the blog ID should be in a particular data type, most CMS out there return the blog ID as string. It would be great if typo also does that instead of returning the value as integer. Perhaps returning the data as <value> instead of <int> as a compromise, i.e. non-typed value?
Associated revisions
Revision 0aa677cda5f971f025f9c5fcc6530c0116af2e3c
Use published_at instead of created_at for permalinks. Since published_at is new and it's initialized from created_at, this should be safe. Closes #920
git-svn-id: http://svn.typosphere.org/typo/trunk@1079 820eb932-12ee-0310-9ca8-eeb645f39767
History
07/19/2005 07:09 PM - alex-mineblogging-com -
Forgot to include relevant URL:
http://www.blogger.com/developers/api/1_docs/xmlrpc_getUsersBlogs.html
