Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 530 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 530 Bytes

Papupata

Typescript typed API requests.

Requirements

  • node 10+ (older versions could be supported easily if there is demand for it)
  • typescript 3.4+

Versioning

Until 1.0 is reached, minor version updates can be breaking, patches should not. From then on, semver will be used.

Documentation

See https://baronagroup.github.io/papupata/

Development

Code styles are done using prettier. Run tests with npm test. The example application can and should be expanded to demonstrate how various features work.