ditto-markov will need to expose an API to return the text generated by a user. Initially, there will be one endpoint: /transform/{user-id} to retrieve the "transformed" text. There should be a very simple authentication middleware to ensure no one other than the ditto bot client can retrieve text
ditto-markov will need to expose an API to return the text generated by a user. Initially, there will be one endpoint:
/transform/{user-id}to retrieve the "transformed" text. There should be a very simple authentication middleware to ensure no one other than the ditto bot client can retrieve text