feat(roadsselection): update v1 methods, standardized clients, and cli tools - #92
Open
n0531m wants to merge 1 commit into
Open
feat(roadsselection): update v1 methods, standardized clients, and cli tools#92n0531m wants to merge 1 commit into
n0531m wants to merge 1 commit into
Conversation
n0531m
force-pushed
the
feat/api-roadsselection-updates-newmethods
branch
4 times, most recently
from
September 2, 2026 03:08
5814363 to
bb84c29
Compare
n0531m
force-pushed
the
feat/api-roadsselection-updates-newmethods
branch
from
September 2, 2026 03:13
bb84c29 to
1ef630e
Compare
…link cli tools - Update Roads Selection API v1 client to cover all 8 RPC methods (create, batchCreate, get, patch, batchUpdate, list, delete, batchDelete) - Adopt unified roadsselection_v1_selectedroute_* naming standard across skills and rmi_cli_tools - Standardize helper JSON builder functions to Option A format (roadsselection_v1_latlng_json, roadsselection_v1_dynamicroute_json, roadsselection_v1_selectedroute_json, roadsselection_v1_*_request_json) with single-word batch verbs (batchcreate, batchupdate, batchdelete) and backward compatibility aliases - Replace duplicate client scripts in rmi_cli_tools/clients/ with relative symlinks to .agents/skills/api-roadsselection/scripts/ - Modernize rmi_verify_api_access.sh and rmi_data_backup.sh scenarios to use unified client functions - Add 7 comprehensive runnable examples (00 through 06) covering CRUD, PATCH with updateMask, batch operations, route attributes, and lifecycle state transitions - Add September 2026 release note reference and modernization assessment recommendation - Clarify 100 bytes UTF-8 limits on displayName and routeAttributes across clients and guides - Include standard Apache 2.0 license headers across companion scripts and documentation - Align IAM authorization runbooks and official developer references
n0531m
force-pushed
the
feat/api-roadsselection-updates-newmethods
branch
from
September 2, 2026 03:56
1ef630e to
98f87a0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR modernizes the Roads Selection API v1 client libraries, helper builders, and scenario scripts across both the
api-roadsselectionagentic skill androads_management_insights/rmi_cli_tools/.Key Changes
roadsselection_v1.sh:roadsselection_v1_selectedroute_createroadsselection_v1_selectedroute_batchcreateroadsselection_v1_selectedroute_getroadsselection_v1_selectedroute_patchroadsselection_v1_selectedroute_batchupdateroadsselection_v1_selectedroute_listroadsselection_v1_selectedroute_deleteroadsselection_v1_selectedroute_batchdeleteroadsselection_v1_helpers.sh):roadsselection_v1_latlng_jsonroadsselection_v1_dynamicroute_jsonroadsselection_v1_selectedroute_jsonroadsselection_v1_selectedroute_create_request_jsonroadsselection_v1_selectedroute_batchcreate_request_jsonroadsselection_v1_selectedroute_update_request_jsonroadsselection_v1_selectedroute_batchupdate_request_jsonroadsselection_v1_selectedroute_batchdelete_request_jsonrmi_cli_tools/:rmi_cli_tools/clients/with the unified v1 functions across Bash, Python, and TypeScript.rmi_verify_api_access.sh,rmi_data_backup.sh) andrmi_cli_tools/README.mdto use the updated client APIs.examples/00_through06_):00_create_get_list_delete_selected_routes.md01_update_selected_route_patch.md02_batch_update_selected_routes.md03_batch_delete_selected_routes.md04_route_attributes_management.md05_route_lifecycle_and_validation.md06_batch_create_selected_routes.mddisplayNameandrouteAttributes.