File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ fern shield] ( https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen )] ( https://github.com/fern-api/fern )
4
4
[ ![ pypi] ( https://img.shields.io/pypi/v/webflow.svg )] ( https://pypi.python.org/pypi/webflow )
5
5
6
- The Webflow Python Library provides convenient access to the [ Webflow Data API] ( https://developers.webflow.com/reference/rest-introduction ) from
6
+ The Webflow Python Library provides convenient access to the [ Webflow Data API] ( https://developers.webflow.com/data/ reference/rest-introduction ) from
7
7
applications written in Python.
8
8
9
9
The library includes type definitions for all
@@ -55,12 +55,12 @@ asyncio.run(main())
55
55
56
56
## OAuth
57
57
58
- To implement OAuth, you'll need to [ register a Webflow App in your Workspace] ( https://developers.webflow.com/reference/authorization )
58
+ To implement OAuth, you'll need to [ register a Webflow App in your Workspace] ( https://developers.webflow.com/data/ reference/authentication )
59
59
60
60
### Step 1: Authorize URL
61
61
62
62
The first step in OAuth is to generate an Authorization URL. Use this URL
63
- to fetch your Authorization Code. See the [ docs] ( https://docs. developers.webflow.com/v1.0.0/docs /oauth#user- authorization )
63
+ to fetch your Authorization Code. See the [ docs] ( https://developers.webflow.com/data/reference /oauth-app#2-create-an- authorization-link )
64
64
for more details.
65
65
66
66
``` python
@@ -106,7 +106,7 @@ client = Webflow(
106
106
All of the models are nested within the Webflow module. Let IntelliSense
107
107
guide you!
108
108
109
- ![ Alt text ] ( assets/module.png )
109
+ ![ Use IntelliSense to guide API usage ] ( https://raw.githubusercontent.com/webflow/webflow-python/main/ assets/module.png)
110
110
111
111
## Exception Handling
112
112
All errors thrown by the SDK will be subclasses of [ ` ApiError ` ] ( ./src/webflow/core/api_error.py ) .
You can’t perform that action at this time.
0 commit comments