instagram-graph-api-lib icon indicating copy to clipboard operation
instagram-graph-api-lib copied to clipboard

Use mixins to reduce code duplication

Open TiagoGrosso opened this issue 3 years ago • 0 comments

Explore how we can use mixins to reduce duplications of things like:

  • pageId and other params in requests
  • paging data in responses

Furthermore, we could use them to remove the addRange, addLimit and addPaging method from the base request class and into the requests that specifically support them

TiagoGrosso avatar Jun 24 '21 11:06 TiagoGrosso