Topic: Bug Reports?
Yup, everything seems to work now. Thanks!
happily hops to go and release a new #www-ohloh-api version
Yup, everything seems to work now. Thanks!
happily hops to go and release a new #www-ohloh-api version
About http://www.ohloh.net/languages.xml, now the results are indeed paginated (yay!), but the grand total of entries (
[ paginated languages ] Gotcha. In a way, it's good to see that my Perl module is getting sufficiently complete as to begin to uncover oopsies in the API. :-)
Seems like http://www.ohloh.net/languages.xml is now returning the first ten languages instead of the full list. Is the results meant to be paginated, now?
A small doc omission: The sizeFact API reference (http://www.ohloh.net/api/reference/size_fact) does not mention its 'commits' property.
Along the same line, I've hacked a small http://userscripts.org/scripts/show/25525 to display Perl's modules' Ohloh badges on CPAN. There's more details about it at my http://use.perl.org/~Yanick/journal/36234.
Do'h! Sorry, I meant contributorLanguageFact (http://www.ohloh.net/api/reference/contributorlanguagefact). The fifth property.
Two other small typos in the API:
The primary_language_nice_name element returned within a contributorfact is *primarlylanguagenicename*.
In the Enlistment API page, language_nice_name is given as primary_language_nice_name.
You're quite welcome. :-)
A small typo on the Kudo page: the urls to access the kudos are not
GET http://www.ohloh.net/account/{account_id}/kudos.xml GET http://www.ohloh.net/account/{account_id}/kudos/sent.xml
but
GET http://www.ohloh.net/accounts/{account_id}/kudos.xml GET http://www.ohloh.net/accounts/{account_id}/kudos/sent.xml