lemmy-js-client 0.20.0-search-combined.1 → 0.20.0-show-mod-reports.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/http.d.ts +175 -440
- package/dist/http.js +1086 -391
- package/dist/index.d.ts +3 -1
- package/dist/other_types.d.ts +81 -0
- package/dist/types/CommentSlimView.d.ts +20 -0
- package/dist/types/CommentSlimView.js +2 -0
- package/dist/types/Community.d.ts +2 -2
- package/dist/types/GetCommentsSlimResponse.d.ts +7 -0
- package/dist/types/GetCommentsSlimResponse.js +2 -0
- package/dist/types/ListReports.d.ts +14 -0
- package/dist/types/Person.d.ts +2 -2
- package/dist/types/PersonContentType.d.ts +1 -1
- package/dist/types/ReportType.d.ts +4 -0
- package/dist/types/Site.d.ts +2 -2
- package/dist/types/SuccessResponse.d.ts +1 -1
- package/package.json +8 -4
- package/dist/types/SearchCombinedId.d.ts +0 -4
- /package/dist/types/{SearchCombinedId.js → ReportType.js} +0 -0
package/README.md
CHANGED
@@ -19,7 +19,7 @@ A javascript / typescript http client and type system for [Lemmy](https://github
|
|
19
19
|
|
20
20
|
### HTTP Client
|
21
21
|
|
22
|
-
[LemmyHttp docs](https://join-lemmy.org/
|
22
|
+
[LemmyHttp docs](https://join-lemmy.org/docs/contributors/04-api.html)
|
23
23
|
|
24
24
|
```ts
|
25
25
|
import { LemmyHttp, Login } from "lemmy-js-client";
|