Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 535 Bytes

Build Status

API Endpoint Identifier 🤖

Identify API endpoints (URLs, methods, parameters, and more) by parsing code.

Current Support

  • Java Spring RequestMapping annotation
  • Java Spring endpoint parameter identification

Smoke test

Assumes you have Maven installed + on the path, plus Java 8, and that's set up to JAVA_HOME.

cd API_Endpoint_Identifier
mvn test