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.5.tar.gz
(7.6 kB
view details)
Built Distribution
yext-0.6.5-py3-none-any.whl
(9.4 kB
view details)
File details
Details for the file yext-0.6.5.tar.gz
.
File metadata
- Download URL: yext-0.6.5.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 | a4dd02a89e9b8bff3d0aa59d6fe590b9f4e3fb42923ce4378660e62fe90d355a |
|
MD5 | 5230f51ccf9524e2a067768d51d79533 |
|
BLAKE2b-256 | fa1ab46ca10869e2c9627a39bbea1eda62903899b7e55dac0995b2b24c48e8ba |
File details
Details for the file yext-0.6.5-py3-none-any.whl
.
File metadata
- Download URL: yext-0.6.5-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 | 54faead9470cb5e1d77c86e51069075f98105094c17614a281674bfb5cb3104d |
|
MD5 | 21fee761741b0cb4253134396c2043ff |
|
BLAKE2b-256 | bc43a52a1e16525eafba27250e27249a067d1da8ea4cf9643b4c14ca660ff1f5 |