OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Programming => Topic started by: Robert Roland on September 23, 2023, 08:42:57 am

Title: Object REXX: HTTP client and Mastodon client
Post by: Robert Roland on September 23, 2023, 08:42:57 am
Hi all,

I'm working on a HTTP Client and corresponding Mastodon client and app in Object REXX (the one that ships with OS/2 Warp and ArcaOS)

The code is posted here if you're interested: https://codeberg.org/robdaemon/masto2

When I get far enough along, I'll split it into separate repos.

I'm using Mark Hessling's great Rexx/CURL bindings.

Please forgive my newbie OREXX skills, I haven't used REXX since ARexx on the Amiga  :)
Title: Re: Object REXX: HTTP client and Mastodon client
Post by: Mentore on September 25, 2023, 08:25:12 am
Hi all,

I'm working on a HTTP Client and corresponding Mastodon client and app in Object REXX (the one that ships with OS/2 Warp and ArcaOS)

The code is posted here if you're interested: https://codeberg.org/robdaemon/masto2

When I get far enough along, I'll split it into separate repos.

I'm using Mark Hessling's great Rexx/CURL bindings.

Please forgive my newbie OREXX skills, I haven't used REXX since ARexx on the Amiga  :)

Really interesting news, thanks. Hope I'll have a working VM ASAP to try and test it with my Mastodon account.

Thanks
Mentore
Title: Re: Object REXX: HTTP client and Mastodon client
Post by: Martin Iturbide on September 25, 2023, 02:01:20 pm
Thanks for sharing this Robert !!