You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found sveltekit-api offers interation between sveltekit endpoints and swagger automatically. Currently, swagger of geohub is manually maintained, it might be worth trying to use sveltekit-api to make swagger from actual code.
Refacotring components
all source code under /src/routes/api
GeoHub endpoints
Static API endpoints
Refactoring Implementation
rewrite all routes codes by following sveltekit-api way.
migrate all written documentation from current swagger to sveltekit-api
Refactoring Impact
it will be no longer required to maintain swagger manually
The text was updated successfully, but these errors were encountered:
Refactoring Description
I found sveltekit-api offers interation between sveltekit endpoints and swagger automatically. Currently, swagger of geohub is manually maintained, it might be worth trying to use sveltekit-api to make swagger from actual code.
Refacotring components
all source code under
/src/routes/api
Refactoring Implementation
Refactoring Impact
it will be no longer required to maintain swagger manually
The text was updated successfully, but these errors were encountered: