A simple web app demonstrating a way to send and receive healthcare data with Redox.
This repo contains three projects:
- A model class generator that can be used to translate JSON schema files from Redox Documentation to C# classes.
- A RestSharp-based client that houses the model classes and can be used to manage authorization keys and generate requests to the redox API.
- An example website project that demonstrates potential uses of the API client. The app also provides an API that can be used to receive requests from Redox.