0

I would like to know if there is a Java library to connect to bubble.io (Bubble is the most powerful no-code platform for creating digital products) Database

EricSchaefer
  • 25,272
  • 21
  • 67
  • 103
en Lopes
  • 1,863
  • 11
  • 48
  • 90

1 Answers1

2

There are no dedicated libraries/SDKs to interface with Bubble database - you can use your favorite HTTP request library in Java (such as HttpClient) to connect to Bubble's Data API following directions here.

Venomouse
  • 311
  • 2
  • 12