All Questions
2 questions
0
votes
2
answers
276
views
Design public API - String or generic type?
My team needs to design an API which sends objects to a queue in the cloud and retrieves objects from it. The data is inserted into the queue as byte[].
We have 2 ideas until now which I would love ...
2
votes
2
answers
6k
views
Maintaining stateful information in REST API
I am developing a REST API which accepts JSON using Spring Boot. I use Spring Security for authentication. I have a use case where I have two services, one to test connection to a 3rd party system and ...