Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

possible "typo" bug in /model/item_delta_collection_page? #99

Closed
jamespatersonMOA opened this issue Feb 26, 2017 · 1 comment
Closed

Comments

@jamespatersonMOA
Copy link

hi,

/model/item_delta_collection_page may have a bug:

class ItemDeltaCollectionPage(ItemsCollectionPage):

    def __init__(self, prop_list, token=None, delta_link=None, next_page_link=None):
        super(ItemDeltaCollectionPage, self).__init__(prop_list)
        self._next_page_link = next_page_link
        self._token = token
        self._delta_link = delta_link

 [removed for brevity]

    @property
    def next_page_link(self):
        """Gets the nextLink property from the
        ItemDeltaCollectionPage

        Returns:
            str:
                The nextLink property from the ItemDeltaCollectionPage
        """
        return self._delta_link

should next_page_link return self._next_page_link not _delta_link?

@baywet
Copy link
Member

baywet commented Oct 2, 2024

Thank you for reaching out and for your patience. This SDK is being officially deprecated. See #209 for more information

@baywet baywet closed this as not planned Won't fix, can't repro, duplicate, stale Oct 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants