mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 14:19:49 +00:00
docs: further clarify status_show
This commit is contained in:
parent
02915feb1c
commit
64c8f9e9a0
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ let result = ckan
|
||||||
println!("{result:#?}");
|
println!("{result:#?}");
|
||||||
```
|
```
|
||||||
|
|
||||||
Some endpoints without any parameters may not need a builder such as `/status_show` so there is no need to run `.call()` on `.status_show()`:
|
Some endpoints without any parameters may not need a builder such as `/status_show` so there is no `.call()` method after `.status_show()`:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
let status_show = ckan.status_show().await?;
|
let status_show = ckan.status_show().await?;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue