mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
Mention API libraries (#185)
This commit is contained in:
parent
33ee23d7df
commit
9a99880e96
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
## API
|
||||
|
||||
Lemmy has an HTTP API for clients and frontends. See the [API documentation](/api) for more information. 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/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:
|
||||
|
||||
- https://enterprise.lemmy.ml/
|
||||
- https://ds9.lemmy.ml/
|
||||
|
|
Loading…
Reference in a new issue