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.8.tar.gz
(7.6 kB
view details)
Built Distribution
yext-0.6.8-py3-none-any.whl
(9.4 kB
view details)
File details
Details for the file yext-0.6.8.tar.gz
.
File metadata
- Download URL: yext-0.6.8.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 999d5400c2a71bf0673cf2b6e9c0a9f817db8fa0c1564124d8d6e9a8d3f7de6d |
|
MD5 | 8f49a98ebf7477a1f51ad025a2e724f1 |
|
BLAKE2b-256 | 380ce261b1cf3281d9871445ae187b249c8ae483dbc0ccc445d8e6da858be436 |
Provenance
File details
Details for the file yext-0.6.8-py3-none-any.whl
.
File metadata
- Download URL: yext-0.6.8-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e055dc472a02069fbf3ba1172b71e0a011a73466ad9b86f7343803b48bdf84d2 |
|
MD5 | eaccb4622a08ade4bbc06f2904cea587 |
|
BLAKE2b-256 | dd0e8a7612e32fb0158db50be5845115d58ea88d634d7ec241a01d1d326e0d5f |