From 112b088ac1662243fcc38c8d14675661f8eba29e Mon Sep 17 00:00:00 2001 From: Brian Bolt Date: Tue, 22 Oct 2024 15:32:55 -0700 Subject: [PATCH] Change function name --- acasclient/acasclient.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acasclient/acasclient.py b/acasclient/acasclient.py index fab1be2..62a5597 100644 --- a/acasclient/acasclient.py +++ b/acasclient/acasclient.py @@ -978,8 +978,8 @@ def get_protocol_by_code(self, protocol_code): resp.raise_for_status() return resp.json() - def get_all_protocols(self): - """Get all protocol code stubs + def get_all_protocol_stubs(self): + """Get all protocol stubs Get an array of all protocols