tangled
alpha
login
or
join now
altagos.dev
/
space
0
fork
atom
A SpaceTraders Agent
0
fork
atom
overview
issues
pulls
pipelines
fix import
altagos.dev
3 months ago
5c827549
83aec082
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
1/1
build.yml
success
1m 18s
+1
-2
1 changed file
expand all
collapse all
unified
split
src
st
api.zig
+1
-2
src/st/api.zig
···
2
2
3
3
const st = @import("root.zig");
4
4
const http = st.http;
5
5
+
const Client = http.Client;
5
6
const Response = st.http.Response;
6
7
7
8
const models = st.models;
8
9
const Wrapper = models.Wrapper;
9
10
const Query = models.Query;
10
10
-
11
11
-
const Client = st.Client;
12
11
13
12
pub fn account(client: *Client) !Response(models.accounts.AccountWrapper) {
14
13
return client.request(