lemmy_api_client 0.1.2
lemmy_api_client: ^0.1.2 copied to clipboard
Future-based http client for the Lemmy API. Provides an easy interface and statically typed responses.
0.1.0 - 2020-08-23 #
Added #
POST /commentPUT /commentPOST /comment/deletePOST /comment/removePOST /comment/mark_as_read~~POST~~ PUT /comment/savePOST /comment/likeGET /communityGET /community/listPOST /community/followGET /user/followed_communitiesGET /categoriesPOST /postGET /postGET /post/listPOST /post/likePUT /postPOST /post/deletePOST /post/removePOST /post/saveGET /siteGET /site/config~~POST~~ GET /searchPUT ~~/save_user_settings~~ /user/save_user_settingsPOST /user/loginGET /userGET /user/repliesGET ~~/user/mentions~~ /user/mentionPOST /user/mention/mark_as_readGET /private_message/listPOST /private_messagePUT /private_messagePOST /private_message/deletePOST /private_message/mark_as_readPOST /user/mark_all_as_readPOST /user/delete_account
Changed #
- First release of
lemmy_api_client. Contains an http interface for the lemmy API for the "core" endpoints (mod/admin endpoints are coming soon)