What’s your biggest concern when designing an API for public use vs. one for your internal team? Simplicity? Security? Something else?


2.5k views4 Comments

Solutions Architect in Software, 501 - 1,000 employees
Designing APIs for public use and internal teams differ in key concerns. For public APIs, security and scaling are top priorities due to potential external threats, the need to protect user data, and handling varying usage demands from a diverse user base. Additionally, calculating traffic load, accounting for regionality, and ensuring seamless deploys become more challenging with public APIs, making careful planning and infrastructure management essential.
1
Chief Technology Officer in Healthcare and Biotech, 1,001 - 5,000 employees
It's essential security in a public API is included from the start, and is not an afterthought.

Further, you will want to ensure a sensible naming scheme that includes versioning so your public users don't find their code stops working when you make updates.
CTO in Transportation, 11 - 50 employees
Security is essential but hopefully you have a centralized solution for all your public facing apis, either st the gateway level or a shared common library/practice. After security ease of use and making sure is not just a CRUD api but take in consideration business rules and can combine and expose complex domain models without necessarily leaking your internal data structure.
Sr. Director of Engineering in Software, 51 - 200 employees
Security is the prime concern for building APIs for public use, then comes Simplicity that eases the adoption curve and then scalability for sustaining the increased adoption. Internal APIs can be designed for tighter coupling with internal Apps and may not follow the general principles of API design.

Content you might like

Amazon47%

Google47%

IBM19%

Microsoft69%

Oracle21%

Red Hat13%

SAP13%

Vmware24%

None of these0%


394 PARTICIPANTS

869 views

CTO in Software, 201 - 500 employees
Without a doubt - Technical Debt! It's a ball and chain that creates an ever increasing drag on any organization, stifles innovation, and prevents transformation.
Read More Comments
46.3k views133 Upvotes323 Comments

Director of IT in Education, 10,001+ employees
Learning, Pseudocode, Code completion, quick answers
1
Read More Comments
2.6k views2 Upvotes2 Comments

Team lead21%

Project lead58%

Domain lead4%

Architect17%


24 PARTICIPANTS

186 views