yazdipour / OmnivoreQL

@Omnivore-app API client for Python
https://pypi.org/project/omnivoreql/
MIT License
69 stars 6 forks source link

added labels input to save_url method #3

Closed naveennamani closed 5 months ago

naveennamani commented 1 year ago

📑 Description

Now, labels can be added when saving a url by calling with save_url(url, ["label1", "label2"]).

✅ Checks

ℹ Additional Information

yazdipour commented 1 year ago

Hey Naveen, Thanks for your contribution. You need to update the unittest to match your changes before PR.

naveennamani commented 1 year ago

Dear @yazdipour, I've added a unittest test case test_save_url_with_labels. Also, I fixed an error in passing the input values, and all the test cases are now passing.