Last, But Not Least (3)
Pre-release
Pre-release
Some APIs differentiate between trailing slash or not for API paths which means that OpenAPIKit should as well. This fix makes the paths /hello/world
and /hello/world/
distinct and, most importantly, if /hello/world/
is read in, then /hello/world/
is written out -- previously, OpenAPIKit would drop the trailing slash.