You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example in the README didn't work for me, and I finally tracked it to .content vs. .text. .content is returned as a type 'bytes' vs type 'string', and the json.loads statement won't take the 'bytes' as input. You may also want to mention that kwargs, such as page_size can be placed into the calls for items. Worked like a champ, but I had to look at the source to see I could do it. Thanx in general, great little utility module.
The text was updated successfully, but these errors were encountered:
Hi @mikegorman-nf Thanks for the feedback! Do you have some updated text, examples that we could put in the README? Happy to make the changes on your behalf if you don't want to open a pull request.
The example in the README didn't work for me, and I finally tracked it to .content vs. .text. .content is returned as a type 'bytes' vs type 'string', and the json.loads statement won't take the 'bytes' as input. You may also want to mention that kwargs, such as page_size can be placed into the calls for items. Worked like a champ, but I had to look at the source to see I could do it. Thanx in general, great little utility module.
The text was updated successfully, but these errors were encountered: