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.3.1.tar.gz
(5.5 kB
view details)
Built Distribution
yext-0.3.1-py3-none-any.whl
(6.7 kB
view details)
File details
Details for the file yext-0.3.1.tar.gz
.
File metadata
- Download URL: yext-0.3.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87a4c42602760bf7eb4442d32a726e3a0ead51bc27ba20fe632e80874cce8a0a |
|
MD5 | 5af4a814752be6b0dee6cf879643023d |
|
BLAKE2b-256 | 031f7d95906c4b3b5705a582024ff4d18109b1b807b2f33dc31e250a7b79446e |
File details
Details for the file yext-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: yext-0.3.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8456b6feb968dd8abaadd74ff7a9362e2fade86389c9b9f458daa2597a4f54f5 |
|
MD5 | 0c9f93a750b407fb5e4471950065b5ef |
|
BLAKE2b-256 | 6c99c86f5926f55c541e7cfdc18ebe22d77ebd11473159f953a748e7f3578ce9 |