File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ packages/
1919openapi /goaffpro.openapi.json
2020openapi /goaffpro-user.openapi.json
2121openapi /goaffpro-public.openapi.json
22+ openapi /swagger-ui-init.js
2223obj /GoAffPro.Client.Generator.hash
2324
2425# Generated code (tracked, but can be regenerated)
@@ -35,3 +36,8 @@ Thumbs.db
3536
3637# Local development overrides
3738examples /GoAffPro.Client.Example /appsettings.development.json
39+
40+ # Local LLM/notes docs (not published to GitHub)
41+ AGENTS.md
42+ ARCHITECTURE.md
43+ docs /
Original file line number Diff line number Diff line change @@ -122,7 +122,8 @@ dotnet run --project examples/GoAffPro.Client.Example
122122
123123On build, ` GoAffPro.Client.Generator ` :
124124
125- 1 . Reads ` openapi/swagger-ui-init.js ` (or falls back to ` https://api.goaffpro.com/docs/admin/swagger-ui-init.js ` )
125+ 1 . Fetches ` https://api.goaffpro.com/docs/admin/swagger-ui-init.js `
126+ (or uses ` openapi/swagger-ui-init.js ` only if you provide a local override file)
1261272 . Extracts OpenAPI JSON
1271283 . Filters to ` /user/* ` and ` /public/* `
1281294 . Normalizes schema gaps for generation
You can’t perform that action at this time.
0 commit comments