mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
Fix libraries link in API documentation (#258)
The content in the README was apparently moved in
050216eed9
Co-authored-by: ziflit <ziflit@no-reply.github.com>
This commit is contained in:
parent
de13ed6fc9
commit
b83e257ab4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
## API
|
## API
|
||||||
|
|
||||||
Lemmy has an HTTP API for clients and frontends. See the [API documentation](/api) for more information. Instead of using the API directly you can use one of the existing [libraries](https://github.com/LemmyNet/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:
|
Lemmy has an HTTP API for clients and frontends. See the [API documentation](/api) for more information. 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:
|
||||||
|
|
||||||
- https://enterprise.lemmy.ml/
|
- https://enterprise.lemmy.ml/
|
||||||
- https://ds9.lemmy.ml/
|
- https://ds9.lemmy.ml/
|
||||||
|
|
Loading…
Reference in a new issue