File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33[ ![ fern shield] ( https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen )] ( https://github.com/fern-api/fern )
44[ ![ pypi] ( https://img.shields.io/pypi/v/webflow.svg )] ( https://pypi.python.org/pypi/webflow )
55
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
77applications written in Python.
88
99The library includes type definitions for all
@@ -55,12 +55,12 @@ asyncio.run(main())
5555
5656## OAuth
5757
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 )
5959
6060### Step 1: Authorize URL
6161
6262The 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 )
6464for more details.
6565
6666``` python
@@ -106,7 +106,7 @@ client = Webflow(
106106All of the models are nested within the Webflow module. Let IntelliSense
107107guide you!
108108
109- ![ Alt text ] ( assets/module.png )
109+ ![ Use IntelliSense to guide API usage ] ( https://raw.githubusercontent.com/webflow/webflow-python/main/ assets/module.png)
110110
111111## Exception Handling
112112All 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