Skip to content

Commit

Permalink
Public API cleanup update (#16)
Browse files Browse the repository at this point in the history
* regenerated code and updated wrappers

* removed unused imports
  • Loading branch information
theorm authored Nov 15, 2024
1 parent de90640 commit d1cdf81
Show file tree
Hide file tree
Showing 160 changed files with 3,422 additions and 19,274 deletions.
606 changes: 90 additions & 516 deletions examples/notebooks/basic.ipynb

Large diffs are not rendered by default.

27 changes: 4 additions & 23 deletions examples/notebooks/collections.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"🎉 You are now connected to the Impresso API! 🎉\n"
]
}
],
"outputs": [],
"source": [
"from impresso import connect\n",
"\n",
Expand Down Expand Up @@ -86,20 +78,9 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'EXP-2015-06-18-a-i0190'"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"item_id = items.pydantic.data[0].uid\n",
"item_id"
Expand Down
Loading

0 comments on commit d1cdf81

Please sign in to comment.