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 < [email protected]> wrote: > 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 7:56 PM, Chris Muller <[email protected]> wrote: > > 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 >> >> >
