Add pretty printing, complete Makefile

This commit is contained in:
2024-11-27 16:06:30 -05:00
parent 8ba2caa16d
commit 4dc24d9961
8 changed files with 271 additions and 173 deletions

View File

@ -42,6 +42,7 @@ var defaultMethodSubs = MethodSubs{
},
}
// Retrieve information for a named Route (e.g. GetAeoV2Route1)
func (client *Client) GetRoute(ctx context.Context, route string, subs *MethodSubs) (
*eiaapi.FinalRoute, error,
) {