|
1 | | -# Webflow Go Library |
| 1 | +# Webflow Python Library |
2 | 2 |
|
3 | | -The Webflow Go library provides convenient access to the Webflow API from Go. |
| 3 | +[](https://pypi.python.org/pypi/WebflowPythonClient) |
| 4 | +[](https://buildwithfern.com/?utm_source=webflow/webflow-python/readme) |
4 | 5 |
|
5 | | -[](https://pkg.go.dev/github.com/webflow/webflow-go) |
6 | | -[](https://buildwithfern.com/?utm_source=webflow/webflow-go/readme) |
| 6 | +The Merge Python library provides access to the Merge API from Python. |
7 | 7 |
|
8 | | -## Installation |
| 8 | +## Documentation |
| 9 | + |
| 10 | +API reference documentation is available at https://developers.webflow.com/ |
9 | 11 |
|
10 | | -Run the following command to use the Webflow Go library in your Go module: |
| 12 | +## Installation |
11 | 13 |
|
12 | 14 | ```sh |
13 | | -go get github.com/webflow/webflow-go |
| 15 | +pip install --upgrade WebflowPythonClient |
14 | 16 | ``` |
15 | 17 |
|
16 | | -This module requires Go version >= 1.19. |
| 18 | +## Instantiation |
17 | 19 |
|
18 | | -## Usage |
19 | | - |
20 | | -```go |
21 | | -#TODO |
| 20 | +```python |
| 21 | +TODO |
22 | 22 | ``` |
23 | 23 |
|
24 | | -## Beta status |
25 | | - |
26 | | -This SDK is in beta, and there may be breaking changes between versions without a major version update. |
27 | | -Therefore, we recommend pinning the package version to a specific version in your `go.mod` file. This way, |
28 | | -you can install the same version each time without breaking changes unless you are intentionally looking |
29 | | -for the latest version. |
30 | | - |
31 | 24 | ## Contributing |
32 | 25 |
|
33 | | -While we value open-source contributions to this SDK, this library is generated programmatically. Additions |
34 | | -made directly to this library would have to be moved over to our generation code, otherwise they would be |
35 | | -overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we |
36 | | -will not be able to merge it as-is. We suggest opening an issue first to discuss with us! |
| 26 | +While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us! |
37 | 27 |
|
38 | 28 | On the other hand, contributions to the README are always very welcome! |
0 commit comments