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.5.0.tar.gz
(7.5 kB
view details)
Built Distribution
yext-0.5.0-py3-none-any.whl
(9.2 kB
view details)
File details
Details for the file yext-0.5.0.tar.gz
.
File metadata
- Download URL: yext-0.5.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9a1d1b3e650d6cae9a92c2598e4b70fd377e0eea67577a0429bfbf4d909c5c4 |
|
MD5 | e7c505c7bebbe22e32602ee89c168435 |
|
BLAKE2b-256 | 19fa78cf8132b318f278237312ab63a3c1f53a614946779355a945ece5522a6f |
File details
Details for the file yext-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: yext-0.5.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d00b8681a97dbd1bf6de8141bfa292609c78ac842624cd5988ee6523a0655e41 |
|
MD5 | a7d8bdcbc6079dde3a60ce64bfb018d1 |
|
BLAKE2b-256 | 5ee81f2ffa132afb1b482c06204feb456e7dcc69cfb278c12742d667965ebce7 |