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.7.tar.gz
(7.6 kB
view details)
Built Distribution
yext-0.6.7-py3-none-any.whl
(9.4 kB
view details)
File details
Details for the file yext-0.6.7.tar.gz
.
File metadata
- Download URL: yext-0.6.7.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 | 433883df06aef30ca78a4183ee41d97f04ab2c7d3c431f88bed5656228104dab |
|
MD5 | 388bb843575648cf0d4513eedacd1a3e |
|
BLAKE2b-256 | c10f85619bcf6af1f5bb494ab5dfd01c914e18c57b5e2a9466f1627d59d62728 |
File details
Details for the file yext-0.6.7-py3-none-any.whl
.
File metadata
- Download URL: yext-0.6.7-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 | c060e2043963d66fa7f6b4ad28eac14a05c6173804c0884c94276ac777999f8b |
|
MD5 | 1ed2a7c937d58ee1a51345a31d9f64f3 |
|
BLAKE2b-256 | 7b5e63560aa5c2797d02b8a9a06d3c062f38d4e8189f778465405e1e9a9a9833 |