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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
yext-0.2.2-py3-none-any.whl
(8.1 kB
view details)
File details
Details for the file yext-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: yext-0.2.2-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24c3c28a138085ec5357e45a1b6239f20fd85dceabed443495d2d54a11326eb6 |
|
MD5 | 40f3c0abb3b5709a0db661c00c6e0cfd |
|
BLAKE2b-256 | 72f02b64abb13fa75edb518bd9135348e5fcf9ec7a1143bb108b6662f4259a1a |