Click any tag below to further narrow down your results
Links
This article presents DARWIS TAXII, a server for the Trusted Automated eXchange of Indicator Information, built in Rust. It supports both TAXII 1.x and 2.x protocols, includes a REST API, and offers features like JWT authentication and async processing. Users can manage configurations and data through YAML files and a command-line interface.
Iroh provides an API for establishing fast connections by public key using QUIC protocol, facilitating hole-punching and fallback to public relay servers when necessary. It includes various pre-existing protocols like iroh-blobs for blob transfer and iroh-gossip for publish-subscribe networks, making it easy to implement custom solutions. The library is primarily designed for use with Rust, offering examples and FFI bindings for other languages.
The article introduces an unofficial API client for the NotebookLM Enterprise, built using Rust, which provides both a command-line interface (CLI) and a Python SDK. It addresses various challenges in using the NotebookLM API, such as authentication complexities, manual request construction, and error handling, aiming to make the API more accessible and user-friendly for developers. The project includes installation instructions and quick start examples for both the CLI and Python SDK.