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 mind the entire time while developing it. Hopefully it'll "just work" if dropped into Pharo. It has hundreds of tests so far, every sentence in the spec is covered, so, you'll know. Status is, after 14 months work, I'm allllmost done.. this is some of my best work ever..
- Chris On Thu, Sep 26, 2019 at 4:03 PM Brainstorms <[email protected]> wrote: > 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. > > https://fuhrmanator.github.io/2019/03/22/Using-GitHub-API-in-Pharo.html > > > > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html > >
