internote
internote copied to clipboard
Create "services-sdk" package
The services SDK package will be a wrapper around the Internote Services that provides a type-safe way of interfacing with the back-end:
- Import DTOs from underlying services
- Define the authentication types
- Provide functions for interfacing with the back-end services using
aws4
(essentially move what's currently inui/api
here) - Provide fixture data for testing & storybook for the UI project