Re: [Pharo-users] Pharo as a client to swagger API?

2020-02-27 Thread Norbert Hartl
Please have a look at https://github.com/zweidenker/OpenAPI The implementation lacks a lot of features in OpenAPI and JSONSchema but is useful for server and client usage. If you need stuff open tickets on the repo please, I'll try to take care. Norbert

Re: [Pharo-users] [Pharo8-api-change] announcer for model

2020-02-27 Thread Hilaire
Le 26/02/2020 à 19:19, Hilaire a écrit : > Now Model are required to understand announcer, for example in: > > UITheme>>newTextEntryIn: aThemedMorph for: aModel get: getSel set: > setSel class: aClass getEnabled: enabledSel help: helpText > > What is the rational behind, should my model be subcla

Re: [Pharo-users] Pharo as a client to swagger API?

2020-02-27 Thread Sebastian Heidbrink via Pharo-users
--- Begin Message --- Hi Jerry, it might be a little ot of date, but it is a start. http://smalltalkhub.com/#!/~HeSe/OpenApi-Spec Cheers! Sebastian On 2020-02-26 7:05 p.m., Jerry Kott wrote: Hello, I know people have used Pharo for REST APIs - has anyone used Pharo as a client for Swagger?