This directory contains a few usage examples for Uplink. If you notice a need for a particular example, feel free to open an Issue. Or, to contribute your own example, open a Pull Request -- please include a README detailing the example's purpose and add a short description to the "Table of Contents" section below.
- async-requests: Use
aiohttp
ortwisted
for non-blocking I/O - github-api: Consume the GitHub API to serve a downstream HTTP service with Flask.
- handler_callbacks: Handle client errors and responses using callbacks.
- marshmallow: Create clients that automatically deserialize responses with the
help of
marshmallow
.