This commit is contained in:
lewdum 2024-10-22 19:43:35 -03:00
parent 4bd402d0a6
commit 2064ceb864
No known key found for this signature in database

View file

@ -17,11 +17,11 @@ import apkallone
import apkallone/mastodon/instance import apkallone/mastodon/instance
pub fn main() { pub fn main() {
let assert Ok(instance) = let assert Ok(instance_info) =
apkallone.Client("https://tech.lgbt") apkallone.Client("https://tech.lgbt")
|> instance.get |> instance.get
io.debug(instance) io.debug(instance_info)
} }
``` ```