MCPcopy Create free account
hub / github.com/acking-you/static_flow / api_get

Function api_get

crates/frontend/src/api.rs:186–188  ·  view source on GitHub ↗
(url: &str)

Source from the content-addressed store, hash-verified

184
185#[cfg(not(feature = "mock"))]
186fn api_get(url: &str) -> RequestBuilder {
187 with_behavior_headers(Request::get(url))
188}
189
190#[cfg(not(feature = "mock"))]
191fn api_post(url: &str) -> RequestBuilder {

Callers 15

fetch_articlesFunction · 0.85
fetch_article_detailFunction · 0.85
fetch_article_view_trendFunction · 0.85
fetch_tagsFunction · 0.85
fetch_categoriesFunction · 0.85
fetch_site_statsFunction · 0.85
search_articlesFunction · 0.85

Calls 1

with_behavior_headersFunction · 0.85

Tested by

no test coverage detected