
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
This library allows developers to call Notion API using custom DSL Pydantic-validated classes and API methods
This library allows developers to work with Notion API using custom DSL Pydantic models, removing the need to manually construct json payloads and API requests or handle JSON responses. The library wraps the Notion REST API, transforming the calls into intuitive custom API methods that accept and return custom Pydantic objects. Also provides factory methods for easy instantiation of these custom objects.
You can install the package via pip, link to the package - PyPi Package
pip install notion-apilib
from notion_apilib import NotionApi
# Initialize the client
client = NotionApi(api_key="your_notion_integration_secret_api_key")
# Access the notion object providers / accessors:
page_provider = client.page_provider
blocks_provider = client.block_provider
database_provider = client.database_provider
# Example usage
database = database_provider.retrieve_database("your_database_id")
page = page_provider.retrieve_page("your_page_id")
This is my first library, and I know it might not be perfect. I welcome any suggestions, code reviews, documentation improvements, bug reports or feature requests. Please feel free to contribute to the project.
For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License. See the LICENSE file for more details.
As this is my first library, any constructive criticism or feedback is greatly appreciated. Whether it's a suggestion for improvement or just a comment on how the library could be better, I'm eager to hear your thoughts. Please don't hesitate to reach out if you have any ideas, feedback, or feature requests.
FAQs
This library allows developers to call Notion API using custom DSL Pydantic-validated classes and API methods
We found that notion-apilib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.