0.3.2 • Published 3 years ago

typedapi-core v0.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

TypedAPI Core library

TypedAPI is set of libraries for creating client-server APIs for applications written in typescript.

WebsiteDocumentation

Core library provide several types and classes that used both by client and server.

  • errors.ts: base errors that can be thrown by server and catched by client.
  • json.ts: interface for json encoder. Most TypedAPI classes use that interface in configuration so you can provide your own JSON encoder/decoder.
  • messages.ts: message types that can be sent between client and server.
  • reflections.ts: reflections for data types that can be sent via TypeAPI.
0.3.2

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.1.13

3 years ago

0.1.14

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago