Making built.io calls from Spring

48 Views Asked by At

I have a spring web service which gets data from a form and I am using built.io to store the information. I am not sure how to create built.io objects from my spring client. Do I need to make a rest call with a json object from spring or is there a library?

1

There are 1 best solutions below

0
On

yes, you will have to make REST calls as there is no specific SDK available.