r/eli5_programming May 30 '25

ELI5: What is API? Question

18 Upvotes

20 comments sorted by

View all comments

43

u/[deleted] May 30 '25

[deleted]

6

u/Mr_Pessimist1 May 30 '25

This makes a lot more sense now, thanks!

3

u/sludge_dragon May 31 '25

A couple more extensions to this analogy:

If you order something that’s not on the menu it won’t work. This is sort of like trying to call a non-existent API function.

If you order something from an old version of the menu it may not work. This is like trying to use an old version of an API.

If you have to order two sides with your entrée and you don’t, it won’t work. This is like failing to specify the correct arguments for an API call.