###REST vs SOAP APIs###
#####REST = REpresentational State Transfer
considered an architecture
supports multiple data formats
uses HTTP/HTTPSfor transport
uses consistent and understandable naming conventions (makes it easy for public usage of API)
good with any browser because of standard verbs
stateless operations