Re: guile-oauth 1.3.0 released

2022-06-30 Thread Blake Shaw
Thanks for keeping all these essential tools in shape Alex! On Thu, Jun 30, 2022, 13:15 Aleix Conchillo Flaqué wrote: > Hi, > > I'm happy to announce guile-oauth 1.3.0. This release allows you to use > other HTTP client libraries to perform HTTP requests. An *http-proc* > procedure can be speci

Re: guile-oauth 1.3.0 released

2022-06-29 Thread Nala Ginrut
Thank you very much! I'll try to add oauth to Artanis in the next release! On Thu, Jun 30, 2022, 14:15 Aleix Conchillo Flaqué wrote: > Hi, > > I'm happy to announce guile-oauth 1.3.0. This release allows you to use > other HTTP client libraries to perform HTTP requests. An *http-proc* > procedur

guile-oauth 1.3.0 released

2022-06-29 Thread Aleix Conchillo Flaqué
Hi, I'm happy to announce guile-oauth 1.3.0. This release allows you to use other HTTP client libraries to perform HTTP requests. An *http-proc* procedure can be specified in all guile-oauth procedures that make HTTP requests, it defaults to Guile's (http-request). Thank you Nala Ginrut for the su