Frontmatter
| id | 7906 |
| title | Refactor ApiSource hardcoded path to non-reactive config |
| state | Closed |
| labels | airefactoring |
| assignees | tobiu |
| createdAt | Nov 25, 2025, 6:10 PM |
| updatedAt | Nov 25, 2025, 6:12 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7906 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 25, 2025, 6:12 PM |
The
ApiSourceclass currently uses a hardcoded pathdocs/output/all.jsonin theextractmethod. This should be moved to a non-reactive static configapiPathto allow for customization viaNeo.overwritesor subclassing.Changes:
apiPath: 'docs/output/all.json'toApiSource.config.extract()method to usethis.apiPath.