OneDrive / apidoctor

Application for validating API documentation and generating test cases
Other
40 stars 27 forks source link

Add check for duplicate method identifiers #196

Closed millicentachieng closed 1 year ago

millicentachieng commented 1 year ago

Code snippets generation for Graph docs relies on the uniqueness of method identifiers. This PR adds check for duplicate method identifiers.

millicentachieng commented 1 year ago

@BarryShehadeh could you please verify that this update works with OneDrive docs. I'd also like to know the collisions that @daspek encountered prior to suppressing this check. I've tested with MS Graph docs and the check works as expected.