README
This commit is contained in:
parent
4bd402d0a6
commit
2064ceb864
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue