From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:8cc6:: with SMTP id o189mr8998334qkd.82.1568128714876; Tue, 10 Sep 2019 08:18:34 -0700 (PDT) X-Received: by 2002:a54:418c:: with SMTP id 12mr35212oiy.84.1568128714535; Tue, 10 Sep 2019 08:18:34 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!o24no5367642qtl.0!news-out.google.com!c11ni858qtp.0!nntp.google.com!o24no5367634qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 10 Sep 2019 08:18:34 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5 References: <4a0d83a5-3a12-4456-8f3c-abae885b5ba9@googlegroups.com> <5c1920b0-ca9b-4d88-9f2a-97ab47f66389@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: AWS (Amazon Web Services) Libraries for Ada From: Lucretia Injection-Date: Tue, 10 Sep 2019 15:18:34 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:57125 Date: 2019-09-10T08:18:34-07:00 List-Id: On Tuesday, 10 September 2019 16:13:35 UTC+1, John Singleton wrote: > Hi Lucretia, >=20 > Thanks for your reply.=20 >=20 > There *is* an C API, but it isn't official. I was looking at how they str= ucture the API and it looks like REST -- so I'm wondering if perhaps my bes= t path forward isn't just to talk directly to the REST API. I'll lose the a= utomatic support for loading credentials but that should be easy enough to = implement... Yeah, don't bind to it then. I thought it might've been a rest api, there a= re json libs and you can open sockets with gnat no problem, so it'd be bett= er to have a proper lib implementing the rest api. Luke.