nim-lang / needed-libraries

This repository contains a list a needed libraries.
112 stars 5 forks source link

Libraries for handling various cloud services + common code #90

Open kobi2187 opened 5 years ago

FedericoCeratto commented 5 years ago

@kobi2187 can we please rephrase this titles to something more meaningful? Not every reader knows or cares about memes.

kobi2187 commented 5 years ago

of course, sorry

disruptek commented 5 years ago

AWSome is an unofficial AWS SDK for the Nim programming language.

disruptek commented 4 years ago

AWSome was seemingly abandoned and incomplete, so I started with an OpenAPI code generator that makes Nim-native APIs for literally thousands of REST APIs. Thanks to @genotrance for pushing me to attempt such a project.

With that as its base, I'm finally maintaining the AWS APIs for Nim and will add Azure and GCP as part of the critical "test suite" for the generator, as these offer larger and mostly well-formed YAML inputs.

Any help is welcome; even the smallest improvements to support the API you're interested in can have huge impact across a wealth of other services... :wink:

disruptek commented 4 years ago

@treeform gave me some signing code, so now we have the Google APIs for Nim with signing. You may need to use his version of jwt on Windows. I had to use Yuriy's version of jwt on Linux.