Our company wants to improve the quality of its database of developers, and for that we have planned a series of new features to better understand the relationship between devs. In this case, we will create a REST API which will return whether two developers are fully connected or not.
In the creation of this REST API we will have to take into account that two developers are connected if they follow each other on Twitter, or if they have a Github organization in common.
It is expected to perform this challenge using Python 3. Also it is expected to create a clean, maintainable and well-designed code, and to test your code until you are comfortable with.