typedapi-client
v0.3.2
Published
Client library for TypedApi
Downloads
3
Maintainers
Readme
TypedAPI Client library
TypedAPI is set of libraries for creating client-server APIs for applications written in typescript.
• Website • Documentation •
Client base functionality for TypedAPI. Not client itself.
- Connector.ts: Connector class for preparing data for server and storing subscriptions
- events.ts: Events intarfaces and CoreInterface
- getApiCreator.ts: Api factory
- NotConnectedError.ts: Error that thrown when connection fail
- ObjectProxy.ts: Proxy for object that can be sent between client and server
- TransportInterface.ts: Interface for transports that provide data tranportation to server