Here are some quick tips and recommendations for designing, developing, and deploying HTTP based public/private APIs (called REST APIs or microservices endpoints): Start simple, don’t over-engineer. Remember the basics — resource-based design, CRUD operations, idempotency, stateless calls, HTTP verbs, etc. Chatty vs. Chunky — who’s your consumer? Mobile app, web…