Skip to main content

Crate globalsymbols_api_sdk

Crate globalsymbols_api_sdk 

Source
Expand description

§Global Symbols API SDK

An unofficial async client for the Global Symbols API v1.

This crate provides a typed interface for searching concepts and labels and downloading symbols for AAC (Augmentative and Alternative Communication) applications.

Structs§

CodingFramework
A coding framework associated with a concept suggestion
ConceptSuggestion
A concept suggestion returned by /concepts/suggest
GlobalSymbolsClient
The main client for interacting with the Global Symbols API.
GlobalSymbolsQueryParams
Parameters for the /concepts/suggest and /labels/search endpoints
GlobalSymbolsQueryParamsBuilder
Builder for GlobalSymbolsQueryParams.
LabelSearchResult
A label search result returned by /labels/search
Language
A language associated with a concept suggestion
Picto
A pictogram embedded inside a label

Enums§

GlobalSymbolsError
Errors that can occur when interacting with the Global Symbols API.
GlobalSymbolsQueryParamsBuilderError
Error type for GlobalSymbolsQueryParamsBuilder

Constants§

BASE_URL
Base URL for the Global Symbols API v1