← All Blogs

How to approach the API design? Any Suggestions?

27 October, 2020
~30 reads

How to approach the API design?

I am going to start a project which will have a Web App and a Mobile App. Both will fetch the data from an API.

Now the thing is the data stored in DB is in raw format. This data would be converted to JSON and sent over the API.

Now, I have to add some new fields to the JSON API and process the existing ones. My question is should I send this data to the client and process it here or should I process it on the server. Processing the data on the client means I have to write the code two times, one for Web App and one for Mobile App. Writing the code on the server means longer wait times.

So what is the right approach?

📮 Join my newsletter

I share tips on how to get started with freelancing, remote jobs, developer-related stuff, startup ecosystem, and lots of insider secrets with my subscribers.

Subscribe →
🧠 More Interesting Reads
Booking Appointments with Twilio, Notion, and FastAPI
Most businesses run around the concept of appointments. Appointments allow you to schedule different...
Why Flutter Developer could be a million-dollar job?
Flutter is becoming a rage these days. Developers around the world are exploring this technology that...
Handling Previews in a Headless Architecture - Strapi and Next.js
There is an ongoing shift in content management from traditional CMS to headless CMS. A headless CMS...