instagram-graph-api-lib
instagram-graph-api-lib copied to clipboard
Use mixins to reduce code duplication
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