REpresentational State Transfer. WHAT IS A REST API?
Understand and use the REST API :)
Mar 15, 20224 min read45

Search for a command to run...
Articles tagged with #rest-api
Understand and use the REST API :)

JavaScript Object Notation is simply a data representation format. It's very similar to XML and it's used for almost every API, widely across the internet. It's used because it's extremely lightweight to send back and forth due to the small file size...
