Home / Companies / Rapid / Blog / Post Details
Content Deep Dive

How to use an API with Node.js

Blog post from Rapid

Post Details
Company
Date Published
Author
Jarrett Retz
Word Count
2,463
Language
English
Hacker News Points
-
Summary

REST APIs serve the simple purpose of connecting computer services on the internet.` Many definitions exist for the different types of application programming interface's (APIs) but my favorite definition is;…an API provides interactions between one software and another, but not users. REST APIs are an architectural style that does not follow a standard. Therefore, you can expect some variances when using different APIs.