Re: [Pharo-dev] A call for a library to script github.com

2019-09-27 Thread Chris Muller
Cool! Good to see another in the community interested in GraphQL. I actually noticed it a few weeks ago, but I couldn't quite tell what its status was. We should compare notes. I'll email you. - Chris On Thu, Sep 26, 2019 at 6:42 PM Alexandre Bergel via Pharo-dev <

Re: [Pharo-dev] A call for a library to script github.com

2019-09-27 Thread Christopher Fuhrman
I didn't mention it in my blog post, but the GraphQL API Explorer [1] is also super useful to do code completion, etc., because constructing queries is not always that intuitive. I merely used copy/paste of the queries. It would be cool if Pharo could somehow integrate that tool. [1]

Re: [Pharo-dev] A call for a library to script github.com

2019-09-27 Thread ducasse
Thanks chris. Alexandre and Juan Pablo did an implementation of GraphQL some years ago. May be you want to check and join effort. Stef > On 27 Sep 2019, at 00:56, Chris Muller wrote: > > GraphQL is da bomb, I would definitely recommend writing a client to access > their v4 API. You may

Re: [Pharo-dev] A call for a library to script github.com

2019-09-26 Thread Alexandre Bergel via Pharo-dev
--- Begin Message --- Hello, We have put a significant amount of effort on having an implementation of GraphQL for Pharo and VisualWorks. It even has a booklet. https://github.com/OBJECTSEMANTICS/GraphQL Cheers, Alexandre > On Sep 26, 2019, at

Re: [Pharo-dev] A call for a library to script github.com

2019-09-26 Thread Chris Muller
GraphQL is da bomb, I would definitely recommend writing a client to access their v4 API. You may not even need it, but Squeak will have a full GraphQL parser and document validation and processing engine real soon now. It's completely stand-alone, no dependencies, and I've kept portability in

Re: [Pharo-dev] A call for a library to script github.com

2019-09-26 Thread Torsten Bergmann
https://github.com/guillep/github-api https://github.com/astares/GitHub-API > Gesendet: Donnerstag, 26. September 2019 um 19:01 Uhr > Von: "ducasse" > An: "Pharo Development List" > Betreff: [Pharo-dev] A call for a library to script github.com > > Hi > > I know several people that would

Re: [Pharo-dev] A call for a library to script github.com

2019-09-26 Thread Brainstorms
Christopher Fuhrman posted this on his blog last March. (I ran across it looking for his LibC blog post.) This doesn't cover the scope of what you listed, but as sort of a "proof of concept" it does show a couple of ways that the GitHub API can be scripted.

[Pharo-dev] A call for a library to script github.com

2019-09-26 Thread ducasse
Hi I know several people that would like to script from Pharo the github API. - for the new review tools - for posting bugs from pharo - for dashboard - for moose scripting There is also stargate and I would like to know whether there exist a library to build