Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fe44630
Add initial implementation for WebBroker API (Protocol Mediation)
senthuran16 May 10, 2026
2e1fbae
Revamp spec for WebBroker API (Protocol Mediation)
senthuran16 May 11, 2026
f42f674
Add implementation to map channel name directly to topic when no mapp…
senthuran16 May 11, 2026
e26b2ef
Update WebBroker API Spec
senthuran16 May 12, 2026
e80b96b
Improve code
senthuran16 May 12, 2026
5bd457b
Delete the duplicated config.toml
senthuran16 May 12, 2026
6154540
Update spec and add it to management-openapi.yaml
senthuran16 May 12, 2026
71fc0c1
Resolve merge conflicts related to WebSubApi Unsubscribe changes
senthuran16 May 13, 2026
ae15493
Merge branch 'main' into protocol-mediation
senthuran16 May 13, 2026
45fdf4d
Revert go.mod and go.sum changes
senthuran16 May 13, 2026
4a6707c
Merge remote-tracking branch 'senthuran/protocol-mediation' into prot…
senthuran16 May 13, 2026
fbab753
Remove the map-topic sample policy
senthuran16 May 13, 2026
ffab0de
Update WebBroker API Spec
senthuran16 May 13, 2026
fc0ea91
Update Kafka broker URL examples
senthuran16 May 13, 2026
26ace86
Cleanup unwanted TODOs
senthuran16 May 13, 2026
e4d7316
Update config files
senthuran16 May 13, 2026
7e39a00
Rename `X-topic` header to `X-channel`
senthuran16 May 13, 2026
b4f4828
Update readme
senthuran16 May 13, 2026
8e0582d
Fix review comments
senthuran16 May 13, 2026
bc798d2
Improve doc
senthuran16 May 13, 2026
6af5c99
Improve code
senthuran16 May 13, 2026
51a2daf
Merge remote-tracking branch 'origin/main' into protocol-mediation
senthuran16 May 13, 2026
09b9724
Run make generate after pulling the main branch
senthuran16 May 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/rest-apis/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,21 @@ Base URLs:

- [Create a new WebSubAPI](websub-api-management.md#create-a-new-websubapi)
- [List all WebSubAPIs](websub-api-management.md#list-all-websubapis)
- [Create a new API key for a WebSub API](websub-api-management.md#create-a-new-api-key-for-a-websub-api)
- [Get the list of API keys for a WebSub API](websub-api-management.md#get-the-list-of-api-keys-for-a-websub-api)
- [Regenerate API key for a WebSub API](websub-api-management.md#regenerate-api-key-for-a-websub-api)
- [Update an API key for a WebSub API](websub-api-management.md#update-an-api-key-for-a-websub-api)
- [Revoke an API key for a WebSub API](websub-api-management.md#revoke-an-api-key-for-a-websub-api)
- [Get WebSubAPI by id](websub-api-management.md#get-websubapi-by-id)
- [Update an existing WebSubAPI](websub-api-management.md#update-an-existing-websubapi)
- [Delete a WebSubAPI](websub-api-management.md#delete-a-websubapi)

### [WebBroker API Management](webbroker-api-management.md)

- [Create a new WebBrokerAPI](webbroker-api-management.md#create-a-new-webbrokerapi)
- [List all WebBrokerAPIs](webbroker-api-management.md#list-all-webbrokerapis)
- [Get WebBrokerAPI by id](webbroker-api-management.md#get-webbrokerapi-by-id)
- [Delete a WebBrokerAPI](webbroker-api-management.md#delete-a-webbrokerapi)

### [Schemas](schemas.md)

Loading
Loading