markykchua / cu_capstone_webapp_re

0 stars 0 forks source link

Extract Swagger API specs from har file #4

Closed markykchua closed 3 weeks ago

markykchua commented 1 month ago

As an enterprise user, I want to automatically conduct the following:

  1. extract Swagger API specifications from har file. Such a functionality is similar to part of mitm2swagger.
  2. identify dependencies between APIs. For instance, a app user has to be authenticated before they can access protected APIs. The dependency analysis can be found in projects such as restler.

The API specs and API dependencies can be used for further processing.