DEV Community

Discussion on: Build APIs without code

Collapse
 
jonlauridsen profile image
Jon Lauridsen

Cool. Related to Firebase or...?

This article didn't really answer for me how and where I write my business logic, how to manage migrations, etc., even if those are done off-service I feel there's a complete narrative missing for me to fully "get it". But it sounds really interesting!

Collapse
 
vasanth7781 profile image
Vasanth

Hi Jon,

Regarding Business logic, as of now, we can make field level filter using query params and all the results will have auto pagination, other than that for any custom logic we have to think about the design and will come with the solution which makes API backend creation as easy process

Migrations will be happening automatically once we create or update changes in the API resource and also each field will have auto validations according to its data types

We are designing webhooks on any field changes in a particular API resource, where we can attach lambda function for any other business activities

There will be some API template (like we say just add notification API for both email and SMS, etc..,)

I hope that the above is answered, if you have any questions please feel free to comment
Thanks