python-freeDictionaryAPI
stable
Contents:
User Guide
Reference
python-freeDictionaryAPI
»
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
P
|
R
|
S
|
T
|
W
_
__init__() (freedictionaryapi.clients.base_client_interface.BaseDictionaryApiClientInterface method)
(freedictionaryapi.parsers.base_parser.BaseDictionaryApiParser method)
(freedictionaryapi.parsers.error_parser.DictionaryApiErrorParser method)
(freedictionaryapi.parsers.response_parser.DictionaryApiParser method)
(freedictionaryapi.types.base.ParsedObject method)
(freedictionaryapi.urls.ApiUrl method)
_analyze_response() (freedictionaryapi.clients.base_client_interface.BaseDictionaryApiClientInterface static method)
_generate_url() (freedictionaryapi.clients.base_client_interface.BaseDictionaryApiClientInterface method)
A
API_ERRORS_MAPPER (in module freedictionaryapi.errors)
API_URL_PATTERN (freedictionaryapi.urls.ApiUrl attribute)
ApiUrl (class in freedictionaryapi.urls)
ARABIC (freedictionaryapi.languages.LanguageCodes attribute)
AsyncDictionaryApiClient (class in freedictionaryapi.clients.async_client)
audio (freedictionaryapi.types.phonetic.Phonetic property)
B
BaseAsyncDictionaryApiClient (class in freedictionaryapi.clients.base_async_client)
BaseDictionaryApiClient (class in freedictionaryapi.clients.sync_client)
BaseDictionaryApiClientInterface (class in freedictionaryapi.clients.base_client_interface)
BaseDictionaryApiParser (class in freedictionaryapi.parsers.base_parser)
BRAZILIAN_PORTUGUESE (freedictionaryapi.languages.LanguageCodes attribute)
C
client (freedictionaryapi.clients.sync_client.DictionaryApiClient property)
close() (freedictionaryapi.clients.async_client.AsyncDictionaryApiClient method)
(freedictionaryapi.clients.sync_client.DictionaryApiClient method)
code (freedictionaryapi.errors.DictionaryApiError attribute)
(freedictionaryapi.errors.DictionaryApiNotFoundError attribute)
D
data (freedictionaryapi.parsers.base_parser.BaseDictionaryApiParser property)
(freedictionaryapi.parsers.error_parser.DictionaryApiErrorParser property)
(freedictionaryapi.parsers.response_parser.DictionaryApiParser property)
(freedictionaryapi.types.base.ParsedObject property)
default_language_code (freedictionaryapi.clients.async_client.AsyncDictionaryApiClient property)
(freedictionaryapi.clients.base_client_interface.BaseDictionaryApiClientInterface property)
(freedictionaryapi.clients.sync_client.DictionaryApiClient property)
DEFAULT_LANGUAGE_CODE (in module freedictionaryapi.languages)
Definition (class in freedictionaryapi.types.definition)
definition (freedictionaryapi.types.definition.Definition property)
definitions (freedictionaryapi.types.meaning.Meaning property)
DictionaryApiClient (class in freedictionaryapi.clients.sync_client)
DictionaryApiError
DictionaryApiErrorParser (class in freedictionaryapi.parsers.error_parser)
DictionaryApiNotFoundError
DictionaryApiParser (class in freedictionaryapi.parsers.response_parser)
E
ENGLISH_UK (freedictionaryapi.languages.LanguageCodes attribute)
ENGLISH_US (freedictionaryapi.languages.LanguageCodes attribute)
Error (class in freedictionaryapi.types.error)
example (freedictionaryapi.types.definition.Definition property)
F
fetch_api_response() (freedictionaryapi.clients.async_client.AsyncDictionaryApiClient method)
(freedictionaryapi.clients.base_async_client.BaseAsyncDictionaryApiClient method)
(freedictionaryapi.clients.sync_client.BaseDictionaryApiClient method)
(freedictionaryapi.clients.sync_client.DictionaryApiClient method)
fetch_json() (freedictionaryapi.clients.async_client.AsyncDictionaryApiClient method)
(freedictionaryapi.clients.base_async_client.BaseAsyncDictionaryApiClient method)
(freedictionaryapi.clients.sync_client.BaseDictionaryApiClient method)
(freedictionaryapi.clients.sync_client.DictionaryApiClient method)
fetch_parser() (freedictionaryapi.clients.async_client.AsyncDictionaryApiClient method)
(freedictionaryapi.clients.base_async_client.BaseAsyncDictionaryApiClient method)
(freedictionaryapi.clients.sync_client.BaseDictionaryApiClient method)
(freedictionaryapi.clients.sync_client.DictionaryApiClient method)
fetch_word() (freedictionaryapi.clients.async_client.AsyncDictionaryApiClient method)
(freedictionaryapi.clients.base_async_client.BaseAsyncDictionaryApiClient method)
(freedictionaryapi.clients.sync_client.BaseDictionaryApiClient method)
(freedictionaryapi.clients.sync_client.DictionaryApiClient method)
FRENCH (freedictionaryapi.languages.LanguageCodes attribute)
G
GERMAN (freedictionaryapi.languages.LanguageCodes attribute)
get_all_definitions() (freedictionaryapi.parsers.response_parser.DictionaryApiParser method)
get_all_examples() (freedictionaryapi.parsers.response_parser.DictionaryApiParser method)
get_all_parts_of_speech() (freedictionaryapi.parsers.response_parser.DictionaryApiParser method)
get_all_synonyms() (freedictionaryapi.parsers.response_parser.DictionaryApiParser method)
get_all_transcriptions() (freedictionaryapi.parsers.response_parser.DictionaryApiParser method)
get_formatted_error_message() (freedictionaryapi.parsers.error_parser.DictionaryApiErrorParser method)
get_link_on_audio_with_pronunciation() (freedictionaryapi.parsers.response_parser.DictionaryApiParser method)
get_transcription() (freedictionaryapi.parsers.response_parser.DictionaryApiParser method)
get_url() (freedictionaryapi.urls.ApiUrl method)
H
HINDI (freedictionaryapi.languages.LanguageCodes attribute)
I
ITALIAN (freedictionaryapi.languages.LanguageCodes attribute)
J
JAPANESE (freedictionaryapi.languages.LanguageCodes attribute)
K
KOREAN (freedictionaryapi.languages.LanguageCodes attribute)
L
language_code (freedictionaryapi.urls.ApiUrl property)
LanguageCodes (class in freedictionaryapi.languages)
link_on_audio_with_pronunciation (freedictionaryapi.types.phonetic.Phonetic property)
M
Meaning (class in freedictionaryapi.types.meaning)
meanings (freedictionaryapi.parsers.response_parser.DictionaryApiParser property)
(freedictionaryapi.types.word.Word property)
message (freedictionaryapi.parsers.error_parser.DictionaryApiErrorParser property)
(freedictionaryapi.types.error.Error property)
P
ParsedObject (class in freedictionaryapi.types.base)
part_of_speech (freedictionaryapi.types.meaning.Meaning property)
Phonetic (class in freedictionaryapi.types.phonetic)
phonetics (freedictionaryapi.parsers.response_parser.DictionaryApiParser property)
(freedictionaryapi.types.word.Word property)
R
resolution (freedictionaryapi.parsers.error_parser.DictionaryApiErrorParser property)
(freedictionaryapi.types.error.Error property)
response (freedictionaryapi.parsers.base_parser.BaseDictionaryApiParser property)
RUSSIAN (freedictionaryapi.languages.LanguageCodes attribute)
S
session (freedictionaryapi.clients.async_client.AsyncDictionaryApiClient property)
SPANISH (freedictionaryapi.languages.LanguageCodes attribute)
status_code (freedictionaryapi.parsers.error_parser.DictionaryApiErrorParser property)
synonyms (freedictionaryapi.types.definition.Definition property)
T
text (freedictionaryapi.types.phonetic.Phonetic property)
title (freedictionaryapi.parsers.error_parser.DictionaryApiErrorParser property)
(freedictionaryapi.types.error.Error property)
transcription (freedictionaryapi.types.phonetic.Phonetic property)
TURKISH (freedictionaryapi.languages.LanguageCodes attribute)
W
Word (class in freedictionaryapi.types.word)
word (freedictionaryapi.parsers.response_parser.DictionaryApiParser property)
(freedictionaryapi.types.word.Word property)
(freedictionaryapi.urls.ApiUrl property)