Existing Injectors
Anyone who has created an injector that is generic enough can create a pull request with its code and documentation and it will be merged into the monorepo of Aida.
Injectors maintained by the core team
Injector Name | Package Name | Description |
---|---|---|
Routes | @aida/injector-routes | Generates a flat object of all defined routes in the endpoints |
Routes Map | @aida/injector-routes-map | Generates a dictionary of operationIds and their corresponding URLs |
Faked Model | @aida/injector-faked-model | Generates one or multiple objects with fake data for the specified data models |
Faked Routes | @aida/injector-faked-routes | Generates an object with all defined endpoints and populated response with fake data |
Open API | @aida/injector-open-api | Generates a Swagger 3.0/OpenAPI-compatible JSON object |
3rd party injectors
None Yet.