# An Opencast API client for Rust [![github]](https://github.com/Tanja-4732/ocapi) [![crates-io]](https://crates.io/crates/ocapi) [![docs-rs]](https://docs.rs/ocapi/latest/ocapi) This is an unofficial client library for the [Opencast REST API](https://stable.opencast.org/rest_docs.html), written in [Rust](https://www.rust-lang.org/). This project is a work in progress, and is mainly focused on fetching/crawling the data required for the download of media packages. ## License [![GNU Lesser General Public License v3.0](https://www.gnu.org/graphics/lgplv3-with-text-154x68.png)](https://www.gnu.org/licenses/lgpl-3.0.html) Copyright (C) 2023 [@Tanja-4732](https://github.com/Tanja-4732) ocapi is free software: you can redistribute it and/or modify it under the terms of the [GNU Lesser General Public License](/LICENSE.md) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. ocapi is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [GNU Lesser General Public License](/LICENSE.md) for more details. You should have received a copy of the [GNU Lesser General Public License](/LICENSE.md) along with ocapi. If not, see , specifically . Notice: This project is not affiliated with the Opencast project in any way, shape, or form. [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo=github [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=555555&logo=rust [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs