Skip to content

Last, But Not Least

Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 13 Jun 21:07
· 490 commits to main since this release
70b9c43

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.