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.4.1.tar.gz
(6.3 kB
view details)
Built Distribution
yext-0.4.1-py3-none-any.whl
(8.1 kB
view details)
File details
Details for the file yext-0.4.1.tar.gz
.
File metadata
- Download URL: yext-0.4.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66f568f79bc5ad0343391dbc1760bc055dc8c67618a054f69d73d8c498d47c43 |
|
MD5 | ea2d84df24d9686d0f4345761e8f97f6 |
|
BLAKE2b-256 | 157b89957f35f04cc708083c7f37f88cc02a55a79a4088e072b58a38472187dd |
File details
Details for the file yext-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: yext-0.4.1-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfef37f629c078af77ae7fb15c78dd01677dd273d50bd16316f74a3a07d8518d |
|
MD5 | e7331d447d3d7e511409e4b6620621f2 |
|
BLAKE2b-256 | 7ac5247fdcb9feac3d9de14f77cc863f236c9e4f1e79bfabdc399f938a4bd154 |