Skip to content

Commit

Permalink
Manually modifying openapi - JerseyResponseBuilderDTO for response to…
Browse files Browse the repository at this point in the history
… create event subscription, Allowing for X-Atmosphere-Transport for long-polling, SitemapWidgetEvent for server side events

Experimenting with SSE consumption
Include Client and Types to make it compile on github
Shifted logging to dedicated ClientMiddleware
Created class OpenHABSitemapWidgetEvent
Modified openapi to include sitemapName and pageId in SitemapWidgetEvent
Getting server sent events working - establishing a subscription and receiving events , not yet consuming  / Commented out in OpenHABSitemapViewController
  • Loading branch information
timbms committed Aug 17, 2024
1 parent 237940e commit c96ec85
Show file tree
Hide file tree
Showing 10 changed files with 9,647 additions and 62 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ build/
BuildTools/.build
OpenHABCore/Package.resolved

OpenHABCore/Sources/OpenHABCore/GeneratedSources

#OpenHABCore/Sources/OpenHABCore/GeneratedSources
OpenHABCore/swift-openapi-generator
Loading

0 comments on commit c96ec85

Please sign in to comment.