SwiftyRX Python Clients
Python clients for SwiftyRX API are available at the following links:
API Client
https://pypi.org/project/rxfoundry.clients.swifty_api/
See Documentation for details on the use of this client.
Swagger UI is available at:
https://__domain__/api/ui/
Django Admin is available at:
https://__domain__/admin/
Where domain is what is returned for the Virtual Pharmacy domain in the bootstrap API. See Virtual Pharmacies on how to retrieve the domain for a tenant.
OAuth Client
An optional client to retrieve a Bearer token for use with the API.
https://pypi.org/project/rxfoundry.clients.swifty_oauth_api/
See Documentation for details on the use of this client.
Where domain is what is returned for the Virtual Pharmacy domain in the bootstrap API.
Swifty Receiver
An optional receiver to receive events from Swifty.
https://hub.docker.com/r/rxfoundry/swifty_receiver
See [Swifty Receiver](swifty_receiver.md) for details.