rest

Week 5 - Creating new API calls

I left last week's post by telling you about the creation of functions api_backbone and create_SQL_clause. This week, I started with re-factoring those functions. The first issue with api_backbone was that there were too many arguments to be passed. The readability was taking a hit and…