diff --git a/src/st/api.zig b/src/st/api.zig index c6033eb..40c9922 100644 --- a/src/st/api.zig +++ b/src/st/api.zig @@ -2,14 +2,13 @@ pub const fleet = @import("fleet.zig"); const st = @import("root.zig"); const http = st.http; +const Client = http.Client; const Response = st.http.Response; const models = st.models; const Wrapper = models.Wrapper; const Query = models.Query; -const Client = st.Client; - pub fn account(client: *Client) !Response(models.accounts.AccountWrapper) { return client.request( Wrapper(models.accounts.AccountWrapper),