On Jun 15, 2012, at 5:52 AM, Marchael <[email protected]> wrote: As someone from you already know, github changed own API. They not only changed url locations,but also content of response.
Yesterday, I tried to make sympy-bot work, but faced with few problems. github removed these fields from pull-list: 1. "mergeable" field 2. Email of author 3. Name of author(but login still appears) I think they expect you to do an additional query against the username to get these last two. Aaron Meurer pull's mergeable status as well as author's email and name still accessible from other requests, but in that case sympy-bot should do 2*n + 1 requests to github each time when "sympy-bot list" is running. For slow internet connection it's obviously bad. I could help with fix of these requests, but I need to listen other opinions. P.S. another solution is to fill issue on github tracker with ask to return these fields back to response. -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/9HFZX9YFUoEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
