Skip to content

Commit 967595d

Browse files
Update README.md
1 parent ae5f820 commit 967595d

1 file changed

Lines changed: 13 additions & 23 deletions

File tree

README.md

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,28 @@
1-
# Webflow Go Library
1+
# Webflow Python Library
22

3-
The Webflow Go library provides convenient access to the Webflow API from Go.
3+
[![pypi](https://img.shields.io/pypi/v/WebflowPythonClient.svg)](https://pypi.python.org/pypi/WebflowPythonClient)
4+
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://buildwithfern.com/?utm_source=webflow/webflow-python/readme)
45

5-
[![go shield](https://img.shields.io/badge/go-docs-blue)](https://pkg.go.dev/github.com/webflow/webflow-go)
6-
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://buildwithfern.com/?utm_source=webflow/webflow-go/readme)
6+
The Merge Python library provides access to the Merge API from Python.
77

8-
## Installation
8+
## Documentation
9+
10+
API reference documentation is available at https://developers.webflow.com/
911

10-
Run the following command to use the Webflow Go library in your Go module:
12+
## Installation
1113

1214
```sh
13-
go get github.com/webflow/webflow-go
15+
pip install --upgrade WebflowPythonClient
1416
```
1517

16-
This module requires Go version >= 1.19.
18+
## Instantiation
1719

18-
## Usage
19-
20-
```go
21-
#TODO
20+
```python
21+
TODO
2222
```
2323

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-
3124
## Contributing
3225

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!
3727

3828
On the other hand, contributions to the README are always very welcome!

0 commit comments

Comments
 (0)