Yext API Client for Python
Project description
Yext API Client for Python
This library contains utilities for interacting with the Yext API in Python.
💡 Getting Started
First, install Yext Python API Client via the pip package manager:
pip install --upgrade 'yext'
Then, create entities in your Knowledge Graph:
from yext import YextClient
client = YextClient('<your_api_key>')
profile = {
'meta': {
'id': 'entity_id',
'countryCode': 'US'
},
'name': 'What is Yext Answers?',
'answer': 'A revolutionary search product.'
}
entity_type = 'faq'
client.create_entity(entity_type, profile)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yext-0.6.0.tar.gz
(7.6 kB
view details)
Built Distribution
yext-0.6.0-py3-none-any.whl
(9.4 kB
view details)
File details
Details for the file yext-0.6.0.tar.gz
.
File metadata
- Download URL: yext-0.6.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | afcbfd82c3394c8a86b35100f878bf5ed657b0fd943500078d746a5ef7bb4fba |
|
MD5 | 0c4e9ade9ed5b69b7c854c0f85d181ad |
|
BLAKE2b-256 | e19f8b8e20f549d80457ae98370d7ba4e79dda62d71d287d7c8d9a74835034f3 |
File details
Details for the file yext-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: yext-0.6.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5884bf557bfc25416cc3920da6a93021514e55a422f0ac6660902b47edddfda |
|
MD5 | e4fd19262f9de4e936428f8474b644f6 |
|
BLAKE2b-256 | 2a073d95363ecc7c67969356f5b9c5cf317463e25ecb21f31dc3fbcc93eca3e3 |