I'm considering purchasing NoCodeBackend, but I noticed that it primarily returns JSON rather than HTML. Since HTMX works best with HTML responses from the server, this would require additional steps, such as setting up a traditional backend to convert JSON to HTML.
Is there a built-in way to serve HTML responses directly from NoCodeBackend, or would I need to use a separate backend (e.g., Node/Express) to handle this transformation?.
A: Hi, NoCodeBackend only returns JSON responses as that's the universally accepted response for any api call. But you can easily convert it to HTML vis some automation tool like make or zapier. They usually have modules like JSON to HTML.
I am looking for software that I can use with Pickaxe. I want to take user input in one Pickaxe and draw down a response or have the data populate another Pickaxe. I know I could probably do this with make.com and airtable but would your software enable me to do this?
The use case is to be able to use a "get" of data that has already been modified. Instead of calling rows in the table, you get a return value from a query. For example, a stored procedure that returns the average sale per department. This improves performance and reduces redundancy.
Hi, This is the business logic that needs to be performed at your application level or via some automation tool in the middleware. We primarily focus on managing your database and generating APIs for the same so that you can easily connect with it.
Q: Documentation
Can you please add some sample code of calling the API to your documentation besides the one example using curl?
Q: Make.com integration
Do you have a module to integrates with
Make.com?
jass_
Feb 21, 2025A: Hi,
You need to use Make's http module to connect with the APIs you generate .
Thanks
Share NoCodeBackend
Q: HTMX - Responses in HTML
Hi,
I'm considering purchasing NoCodeBackend, but I noticed that it primarily returns JSON rather than HTML. Since HTMX works best with HTML responses from the server, this would require additional steps, such as setting up a traditional backend to convert JSON to HTML.
Is there a built-in way to serve HTML responses directly from NoCodeBackend, or would I need to use a separate backend (e.g., Node/Express) to handle this transformation?.
jass_
Feb 21, 2025A: Hi,
NoCodeBackend only returns JSON responses as that's the universally accepted response for any api call. But you can easily convert it to HTML vis some automation tool like make or zapier. They usually have modules like JSON to HTML.
Thanks
Share NoCodeBackend
Q: Pickaxe action
I am looking for software that I can use with Pickaxe. I want to take user input in one Pickaxe and draw down a response or have the data populate another Pickaxe. I know I could probably do this with make.com and airtable but would your software enable me to do this?
Share NoCodeBackend
Q: Stored procedures
Is it possible to add to the roadmap the feature of "stored procedures"?
jass_
Feb 19, 2025A: Can you please let us know how you would be using stored procedure via API? What's the usecase here?
Share NoCodeBackend
Verified purchaser
The use case is to be able to use a "get" of data that has already been modified. Instead of calling rows in the table, you get a return value from a query. For example, a stored procedure that returns the average sale per department. This improves performance and reduces redundancy.
Hi,
This is the business logic that needs to be performed at your application level or via some automation tool in the middleware. We primarily focus on managing your database and generating APIs for the same so that you can easily connect with it.
Q: Documentation
Can you please add some sample code of calling the API to your documentation besides the one example using curl?
Share NoCodeBackend