//! There should not be any http specific stuff in here, //! only the specific api endpoints. const std = @import("std"); test { _ = std.testing.refAllDecls(@This()); }