Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 0590731

Browse files
author
Phil Varner
committed
organize route names
1 parent ba1a462 commit 0590731

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed
Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1+
# Root
12
ROOT = "root"
23
CONFORMANCE = "conformance"
3-
LIST_PRODUCTS = "list-products"
4-
LIST_ORDERS = "list-orders"
5-
GET_ORDER = "get-order"
6-
LIST_ORDER_STATUSES = "list-order-statuses"
7-
LIST_OPPORTUNITY_SEARCH_RECORDS = "list-opportunity-search-records"
8-
GET_OPPORTUNITY_SEARCH_RECORD = "get-opportunity-search-record"
9-
10-
11-
LIST_ORDERS = "list-orders"
124

135
# Product
146
LIST_PRODUCTS = "list-products"
7+
LIST_PRODUCTS = "list-products"
158
GET_PRODUCT = "get-product"
16-
17-
189
GET_CONSTRAINTS = "get-constraints"
1910
GET_ORDER_PARAMETERS = "get-order-parameters"
20-
CREATE_ORDER = "create-order"
11+
12+
# Opportunity
13+
LIST_OPPORTUNITY_SEARCH_RECORDS = "list-opportunity-search-records"
14+
GET_OPPORTUNITY_SEARCH_RECORD = "get-opportunity-search-record"
2115
SEARCH_OPPORTUNITIES = "search-opportunities"
2216
GET_OPPORTUNITY_COLLECTION = "get-opportunity-collection"
23-
GET_ORDER_PARAMETERS = "get-order-parameters"
17+
18+
# Order
19+
LIST_ORDERS = "list-orders"
20+
GET_ORDER = "get-order"
21+
LIST_ORDER_STATUSES = "list-order-statuses"
22+
CREATE_ORDER = "create-order"

0 commit comments

Comments
 (0)