Posts by Yanick

    Avatar

    Yanick

    4 months ago

    Topic: Bug Reports?

    Yup, everything seems to work now. Thanks!

    happily hops to go and release a new #www-ohloh-api version


    Avatar

    Yanick

    5 months ago

    Topic: Bug Reports?

    About http://www.ohloh.net/languages.xml, now the results are indeed paginated (yay!), but the grand total of entries () is still reported as 10 (darn).


    Avatar

    Yanick

    7 months ago

    Topic: Bug Reports?

    [ 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. :-)


    Avatar

    Yanick

    7 months ago

    Topic: Bug Reports?

    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?


    Avatar

    Yanick

    7 months ago

    Topic: Bug Reports?

    A small doc omission: The sizeFact API reference (http://www.ohloh.net/api/reference/size_fact) does not mention its 'commits' property.


    Avatar

    Yanick

    7 months ago

    Topic: Ohloh In The Wild

    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.


    Avatar

    Yanick

    9 months ago

    Topic: Bug Reports?

    Do'h! Sorry, I meant contributorLanguageFact (http://www.ohloh.net/api/reference/contributorlanguagefact). The fifth property.


    Avatar

    Yanick

    9 months ago

    Topic: Bug Reports?

    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.


    Avatar

    Yanick

    10 months ago

    Topic: Bug Reports?

    You're quite welcome. :-)


    Avatar

    Yanick

    10 months ago

    Topic: Bug Reports?

    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