TopicsApi

public interface TopicsApi implements WithApiKey

Topics related operations

Functions

deleteTopic
Link copied to clipboard
abstract Flow<DgfrCallState<Boolean>> deleteTopic(String topic)

Delete a given topic

getListTopics
Link copied to clipboard
abstract Flow<DgfrCallState<TopicPage>> getListTopics(Integer page, Integer pageSize)

List all topics

getTopic
Link copied to clipboard
abstract Flow<DgfrCallState<Topic>> getTopic(String topic)

Get a given topic

postCreateTopic
Link copied to clipboard
abstract Flow<DgfrCallState<Topic>> postCreateTopic(Topic payload)

Create a topic

putUpdateTopic
Link copied to clipboard
abstract Flow<DgfrCallState<Topic>> putUpdateTopic(String topic, Topic payload)

Update a given topic

setApiKey
Link copied to clipboard
abstract Unit setApiKey(String apiKey)

Inheritors

DgfrService
Link copied to clipboard