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
- Host: GitHub
- URL: https://github.com/shadone/lemmy-openapi-spec
- Owner: shadone
- License: bsd-2-clause
- Created: 2024-02-03T01:19:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-07T23:06:16.000Z (12 months ago)
- Last Synced: 2025-03-22T10:48:24.398Z (2 months ago)
- Topics: lemmy, lemmy-api, openapi, openapi-specification
- Language: Shell
- Homepage: https://shadone.github.io/Lemmy-OpenAPI-Spec/
- Size: 317 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.