This repository was archived by the owner on Apr 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
src/stapi_fastapi/routers Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 1+ # Root
12ROOT = "root"
23CONFORMANCE = "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
146LIST_PRODUCTS = "list-products"
7+ LIST_PRODUCTS = "list-products"
158GET_PRODUCT = "get-product"
16-
17-
189GET_CONSTRAINTS = "get-constraints"
1910GET_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"
2115SEARCH_OPPORTUNITIES = "search-opportunities"
2216GET_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"
You can’t perform that action at this time.
0 commit comments