Commit Graph

202 Commits

Author SHA1 Message Date
glyph 635ebb2a8c add doc comment examples for friends api 2022-02-14 15:52:23 +02:00
glyph 6d2115607b add an example for each about method 2022-02-14 14:31:30 +02:00
glyph e0de8ec0d9 update kuska path and readme 2022-02-14 12:23:34 +02:00
glyph 9c959346f1 clarify api descriptions for about msgs 2022-02-14 12:23:10 +02:00
glyph 1c434193eb remove notes which were accidentally committed 2022-02-09 08:55:11 +02:00
glyph 7aa32e24c7 silly me; revert to 2022-02-08 15:04:44 +02:00
glyph d2a0c38f68 revert connect fn to init 2022-02-08 14:17:46 +02:00
glyph 81e329b40e add handshake error text 2022-02-08 14:17:30 +02:00
glyph d9839f1d06 update use paths 2022-02-08 11:54:21 +02:00
glyph b6fd2e2da5 shorten doc comment line lengths 2022-02-08 11:54:02 +02:00
glyph 5bcdbfa7bd export Sbot as top-level and make api module public 2022-02-08 11:53:27 +02:00
glyph de6689220e add docs for each api module 2022-02-08 11:52:52 +02:00
glyph ebb92aba24 move main sbot type definition to top-level 2022-02-08 10:02:42 +02:00
glyph f40cc793f0 rename sbot dir to api 2022-02-08 10:02:17 +02:00
glyph 5cd2cae3ef refine overview docs and copy to readme 2022-02-08 09:22:59 +02:00
glyph 518f2cbb12 add features and extend example usage section 2022-02-07 16:10:08 +02:00
glyph 623d2d2260 shorten module descriptions (remove 'golgi') 2022-02-07 16:09:51 +02:00
glyph b7b10cda6f Merge pull request 'Split code into modules and individual files' (#26) from refactor_sbot into main
Reviewed-on: #26
2022-02-07 13:13:43 +00:00
glyph b492ff07d0 update use paths in all examples 2022-02-07 14:44:36 +02:00
glyph 3a406cb92e fix use paths 2022-02-07 14:44:17 +02:00
glyph 79705cbb9b address all clippy warnings 2022-02-07 14:07:48 +02:00
glyph 2fff3968db move exported kuska types to crate root 2022-02-07 14:07:15 +02:00
glyph 2b349a9851 split files and rename connect method 2022-02-07 13:54:47 +02:00
glyph 3343e21c11 Merge pull request 'Add invite RPC API support' (#23) from invites into main
Reviewed-on: #23
2022-02-07 07:58:24 +00:00
glyph 5391529466 fix merge conflict 2022-02-04 10:49:11 +02:00
glyph 30587f7ad2 revert to default ip and port for example 2022-02-04 10:43:34 +02:00
glyph ea20ddd2ce Merge branch 'sbot-connection'
Friends API PR was merged in sbot-connection and not main. I'm now
merging the changes from sbot-connection into main.
2022-02-04 10:38:11 +02:00
glyph ec348d57ee Merge pull request 'Add methods for following, blocking and looking up peers' (#18) from friends-requests into sbot-connection
Reviewed-on: #18
2022-02-04 08:31:02 +00:00
glyph 986cd7ecd2 reset default address and port in example 2022-02-04 10:26:14 +02:00
glyph 2689824126 working invites 2022-02-04 10:16:45 +02:00
glyph 08cdc5bede use relationship query struct and latest kuska api 2022-01-31 10:46:58 +02:00
glyph 1e211d894e Merge pull request 'Add get_about_info function' (#15) from get-about-info into main
Reviewed-on: #15
2022-01-18 09:11:44 +00:00
notplants ed923abc2f Merge branch 'friends-requests' into invites 2022-01-17 16:08:31 +00:00
notplants 79630703c2 Remove pub from get_followers 2022-01-17 10:57:13 -05:00
notplants d15474ad61 Remove friends.follow 2022-01-17 10:55:32 -05:00
notplants 18667084ad Add methods for invites 2022-01-16 09:51:54 -05:00
notplants f54e4c47b0 Update example 2022-01-16 08:55:05 -05:00
notplants c406bb4870 Working friends methods 2022-01-15 10:36:52 -05:00
notplants a72fbc9c08 Add git hook 2022-01-15 08:45:02 -05:00
notplants bacd954fa0 Working on friends methods 2022-01-14 16:24:11 -05:00
notplants 6fd27827a0 Fix example 2022-01-14 12:41:15 -05:00
notplants 9027ebfe84 Create new sbot connection for each query 2022-01-14 12:37:34 -05:00
notplants 887d635683 Add get_about_info function 2022-01-13 14:34:27 -05:00
notplants 61fdb42027 Merge pull request 'Add get_profile_info function' (#13) from get_profile_info into main
Reviewed-on: #13
2022-01-13 15:05:34 +00:00
notplants 88c198c0d8 Merge pull request 'Implement get_about_message_stream' (#12) from about-stream into main
Reviewed-on: #12
2022-01-13 15:05:03 +00:00
notplants 8620e17810 Add get_profile_info which gets name, description and image 2022-01-12 15:28:22 -05:00
notplants 0055a1ed65 Merge branch 'about-stream2' into get_profile_info 2022-01-12 15:24:19 -05:00
notplants 1879341499 Chang get_subset_stream to return SsbMessageValue instead of SsbMessageKVT 2022-01-12 15:22:26 -05:00
notplants 0addd8dc47 Convert result to option 2022-01-12 15:01:45 -05:00
notplants ccc4a3371b Working on profile info 2022-01-12 14:58:07 -05:00