Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/retrieve page property items #167

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from

Conversation

johguentner
Copy link
Member

No description provided.

@johguentner johguentner changed the base branch from main to dev August 6, 2023 06:45
@what-the-diff
Copy link

what-the-diff bot commented Aug 6, 2023

PR Summary

  • Created a new file 'Page' within the Endpoints
    A new file that includes a 'Page' class has been added to further expand the Endpoint function. This class has a property method implemented.

  • Updated the 'getContent' method in 'Property'
    This update allows for the 'getContent' method to entertain a nullable 'propertyKey'. This means the 'propertyKey' can now accept or return null.

  • Adjusted the 'handle' function in 'PestHttpRecorder'
    The 'handle' method has been modified so it can add a prefix to the queryName variable if necessary. This can help in adding clarity and context to the variable.

  • New 'page' method added to 'Notion'
    We've introduced a new function termed 'page' in 'Notion'. This generates a new 'Page' instance, further extending Notion's capabilities.

  • Introduced a test file 'RecordedEndpointPageTest'
    We've included a new test file to verify the functionality of grabbing specific property items from a page. This ensures our operations in this regard are functioning properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants