From abb0f7d09f425bbb784fad940cf04efd8c7fcee4 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 24 Jan 2025 10:35:14 -0500 Subject: [PATCH] Changing to not available. (#343) --- src/contributors/04-api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/contributors/04-api.md b/src/contributors/04-api.md index 74299f1..6fb6552 100644 --- a/src/contributors/04-api.md +++ b/src/contributors/04-api.md @@ -2,10 +2,10 @@ Lemmy has `OpenAPI` and javascript client docs, for app and client developers. -| Version | OpenAPI | lemmy-js-client | -| ------------- | --------------------- | ---------------------------------------- | -| release/v0.19 | [OpenAPI](/api/v0.19) | [JS-client](/lemmy-js-client-docs/v0.19) | -| main / dev | [OpenAPI](/api/main) | [JS-client](/lemmy-js-client-docs/main) | +| Version | OpenAPI | lemmy-js-client | +| ------------- | -------------------- | ---------------------------------------- | +| release/v0.19 | Not available | [JS-client](/lemmy-js-client-docs/v0.19) | +| main / dev | [OpenAPI](/api/main) | [JS-client](/lemmy-js-client-docs/main) | Instead of using the API directly you can use one of the existing [libraries](https://github.com/dbeley/awesome-lemmy#libraries). You can either interact with a local development instance via `http://localhost:8536`, or connect to a production instance. The following instances are available for testing purposes: