←back to thread

428 points ahamez | 1 comments | | HN request time: 0s | source
Show context
zahlman ◴[] No.45008539[source]
Anyone else old enough to remember when "API" also meant something that had nothing to do with sending and receiving JSON over HTTP? In some cases, you could even make something that your users would install locally, and use without needing an Internet connection.
replies(8): >>45008634 #>>45008640 #>>45008724 #>>45008781 #>>45008898 #>>45008932 #>>45009194 #>>45009303 #
j45 ◴[] No.45008781[source]
APIs are for providing accessibility - to provide access to interactions and data inside an application from the outside.

The format and protocol of communication was never fixed.

In addition to the rest api’s of today, soap, wsdl, web sockets could all can deliver some form of API.

replies(1): >>45009521 #
bigiain ◴[] No.45009521[source]
CORBA

Shudder...

replies(1): >>45015014 #
1. j45 ◴[] No.45015014[source]
COM, DCOM..