tangled
alpha
login
or
join now
parakeet.at
/
parakeet
63
fork
atom
Parakeet is a Rust-based Bluesky AppServer aiming to implement most of the functionality required to support the Bluesky client
appview
atproto
bluesky
rust
appserver
63
fork
atom
overview
issues
12
pulls
pipelines
fix(parakeet): getRepostedBy needs camelCase response
mia.omg.lol
7 months ago
84aa8611
cc615a8e
+1
1 changed file
expand all
collapse all
unified
split
parakeet
src
xrpc
app_bsky
feed
posts.rs
+1
parakeet/src/xrpc/app_bsky/feed/posts.rs
···
521
521
}
522
522
523
523
#[derive(Debug, Serialize)]
524
524
+
#[serde(rename_all = "camelCase")]
524
525
pub struct GetRepostedByRes {
525
526
pub uri: String,
526
527
#[serde(skip_serializing_if = "Option::is_none")]