How to Consume REST APIs using Python
API
API stands for Application Programming Interface.
API is an interface that acts as a communication layer that makes two application talks to each other.
In order to build API, we use REST( there are other ways like GraphQL ) Architecture Style.
...
lodyne.hashnode.dev2 min read
Fredrick Joseph
Software Developer
Does it necessarily have to be two applications!??