from Hacker News

Ask HN: What are reasons to create an API?

by hemapani on 4/7/21, 11:19 AM with 1 comments

e.g. 1. Exposes data through a subscription 2. Let partners get data 3. add Digital capabilities to a gadget 4. Power a mobile app What are the others?
  • by yigitcakar on 4/7/21, 12:02 PM

    1. To give interfaces to developers to interact with your system. 2. Making sure those interactions doesn't harm your system. 3. Free marketing - people who use your API to create their services will also market you. 3. Fluid information delivery 4. Increased integration capabilities. I believe every major technological breakthrough reach public once they have interoperability.

    I think overall, APIs increase a systems resilience by enabling them to change different parts without breaking the whole and to monitor and ensure the security of interactions.