I am refactoring an obscure library to make it a developer friendly SDK. What libraries do you love to work with? I want to look at what developers like and get lessons from those examples.
I'm using Clap[0] for a command line project I'm doing in Rust. The API for it is fantastic, and the examples are very well commented. Overall it's the best library I've run across in a while.<p>[0]: <a href="https://github.com/kbknapp/clap-rs" rel="nofollow">https://github.com/kbknapp/clap-rs</a>
Bootstrap!
<a href="http://bootstrapdocs.com/" rel="nofollow">http://bootstrapdocs.com/</a>
Their documentation is great. They have useful code examples that are simple enough to copy+paste into your own code, but are complex enough to show off the entire feature.
Command Line Parser Library for .Net/.Net Core. This made setting up quick CLI apps pretty brainless for me.<p><a href="https://github.com/gsscoder/commandline" rel="nofollow">https://github.com/gsscoder/commandline</a>
I really like Stripe's Node API, it is a pretty class act all around. Their documentation is top-notch.<p>(Also they have lurkers in HN so if you complain, you get someone from Stripe offering help. :))
Django Rest Framework <a href="http://www.django-rest-framework.org/" rel="nofollow">http://www.django-rest-framework.org/</a>. Makes writing APIs in Python quick and painless.