Merge pull request 'fix: use new urls' (#58) from decentral1se/golgi:fix-urls into main
Reviewed-on: #58
This commit is contained in:
commit
2b37f19a27
@ -12,7 +12,7 @@ use crate::{error::GolgiError, messages::SsbMessageValue, sbot::Sbot, utils};
|
|||||||
pub use kuska_ssb::api::dto::content::{SubsetQuery, SubsetQueryOptions};
|
pub use kuska_ssb::api::dto::content::{SubsetQuery, SubsetQueryOptions};
|
||||||
|
|
||||||
impl Sbot {
|
impl Sbot {
|
||||||
/// Make a subset query, as defined by the [Subset replication for SSB specification](https://github.com/ssb-ngi-pointer/ssb-subset-replication-spec).
|
/// Make a subset query, as defined by the [Subset replication for SSB specification](https://github.com/ssbc/ssb-subset-replication-spec).
|
||||||
///
|
///
|
||||||
/// Calls the `partialReplication. getSubset` RPC method.
|
/// Calls the `partialReplication. getSubset` RPC method.
|
||||||
///
|
///
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
//! API for interacting with an sbot instance and uses the
|
//! API for interacting with an sbot instance and uses the
|
||||||
//! [kuska-ssb](https://github.com/Kuska-ssb) libraries to make RPC calls.
|
//! [kuska-ssb](https://github.com/Kuska-ssb) libraries to make RPC calls.
|
||||||
//! Development efforts are currently oriented towards
|
//! Development efforts are currently oriented towards
|
||||||
//! [go-sbot](https://github.com/cryptoscope/ssb) interoperability.
|
//! [go-sbot](https://github.com/ssbc/go-ssb) interoperability.
|
||||||
//!
|
//!
|
||||||
//! ## Features
|
//! ## Features
|
||||||
//!
|
//!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user