StPfeffer / rusty-roads

A simple route manager application written in Rust
MIT License
0 stars 0 forks source link

Feature Request: Add New Country API Routes #96

Closed StPfeffer closed 3 weeks ago

StPfeffer commented 3 weeks ago

Description

Addition of several new API routes to extend the existing functionality of our API. These new routes will provide users with more granular access to country and state information, improving the overall utility and flexibility of our API.

New Routes Related to Country

Get Country by Alpha-2 Code

Get Country by Alpha-3 Code

Get Country by Numeric-3 Code

List All States for a Country by Country ID

List All States for a Country by Country Alpha-2 Code

List All States for a Country by Country Alpha-3 Code

List All States for a Country by Country Numeric-3 Code

Rationale

The proposed new routes will significantly enhance the capabilities of our API by providing more specific endpoints for country and state information. These routes are particularly useful for applications that require detailed geographical data.

Impact

Additional Information

Acceptance Criteria