blob: 3c602a9cb05fa8690ed7747d122b75ea70cdfebd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Core API
This folder contains the Core API. A Core instance is used as a standardized
API for interfacing with internal classes/modules. Different Cores can be used
interchangeably with the [Yomikun API](../api/readme.md) for providing the API
over various types of connections.
Currently implemented cores:
- HTTP
- Direct
|