An open API service indexing awesome lists of open source software.

https://github.com/shadone/lemmy-openapi-spec

Lemmy Client OpenAPI Spec
https://github.com/shadone/lemmy-openapi-spec

lemmy lemmy-api openapi openapi-specification

Last synced: 2 months ago
JSON representation

Lemmy Client OpenAPI Spec

Awesome Lists containing this project

README

        

Lemmy Client OpenAPI Spec (unofficial)
======================================

The OpenAPI spec for [Lemmy](https://join-lemmy.org) client API. This spec contains everything one would need to make a client (web or app or bot) for Lemmy.

The OpenAPI spec was created manually with added documentation where possible.

You can read the Lemmy Client api docs:
- [Lemmy Client api docs](https://shadone.github.io/Lemmy-OpenAPI-Spec/) (redoc) hosted at Github Pages
- [Lemmy Client api docs](https://lemmy-client-api.redoc.ly) (redoc) hosted at Redoc.ly

### Alternatives

- [lemmy-js-client](https://github.com/LemmyNet/lemmy-js-client) - official JavaScript / TypeScript client API.
- [MV-GH/lemmy_openapi_spec](https://github.com/MV-GH/lemmy_openapi_spec) - Unofficial Lemmy OpenAPI documentation by Maarten Vercruysse.

Also see list of API libraries at https://join-lemmy.org/apps

## License

The api spec is licensed under a 2-clause BSD license. See LICENSE for details.