api-client
api-client copied to clipboard
Public client for consuming content from the Media Cloud Online News Archive & Directory.
In updating backup-rss-fetcher to use this library to access the API, I ran mypy. I'm not going to say these changes are ideal or even correct, but they eliminated all...
Right now sending in emojis on any call that supports a `q` parameter doesn't work, because it isn't being encoded correctly. See details and test cases on https://github.com/mitmedialab/MediaCloud-Web-Tools/issues/1660.
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
currently, calling SearchAPI.user_profile() raises a json decoding related runtime error. Hopefully an easy fix? This is neccesary for a secure sous-chef interface on the web.
The web-search server now accepts param `cache` (on a GET or `caching` on a POST) to disable caching for testing, or when requests are unlikely to be repeated (a likely...
As title says- there is no way to query a source just by ID in the API. Should be an easy thing to fix. Evan, just tagging you here in...