Skip to content
#

python-client

Here are 129 public repositories matching this topic...

notion-sdk-py
stereorobin
stereorobin commented Oct 7, 2021

Hello,
I'm having problems creating a database, mostly due to lack of any examples.
I can create a page just fine, but am having problems with databases.
I think I just get type/format of the title and properties wrong.

Would be great to have an example of how to create a database with a title and a text property.

Thanks for your great work!

documentation enhancement good first issue
mabrownnyu
mabrownnyu commented Feb 28, 2019

TESTS

Tests for get_captions

Located in test_captions_methods.py

Function Tested

def get_captions(self, video_id, lang_code='en', parser=P.parse_caption_track, **kwargs)

TO DO

  • parser
  • LIST OF VALID VIDEO IDS DOES NOT WORK AND I HAVE NO IDEA WHY
  • video_id
  • lang_code

Tests for get_channel_id_from_user

Located in `test_channel_methods.

enhancement help wanted good first issue
izzylys
izzylys commented Feb 9, 2021

The AbstractTransport was initially imagined with some useful shared functionality for all transports, but as the Transport system evolved this no longer seemed necessary. At this point, the AbstractTransport should probably get canned unless there are any suggestions for functionality that would be helpful to future transport authors.

enhancement good first issue

Improve this page

Add a description, image, and links to the python-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-client topic, visit your repo's landing page and select "manage topics."

Learn more