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
feat: Implement KeycloakService for managing Keycloak clients and tokens
- Added KeycloakService to handle client creation and token fetching.
- Introduced KeycloakError for better error handling specific to Keycloak operations.
- Integrated KeycloakService into ToolsService for untrust client functionality.
- Enhanced OasConversionService and OasDereferenceService with improved error logging.
- Refactored OasInputService to utilize RemoteSpecificationService for fetching specifications.
- Created PostmanConversionService for converting OpenAPI specifications to Postman collections.
- Added ZipService for creating ZIP files from entries.
- Introduced utility functions for sanitizing file names.
- Updated error handling and logging across various services.
0 commit comments