# 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](api_client_readme.md) 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](virtual_pharmacies.md) 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](oauth_client_readme.md) for details on the use of this client. Where __domain__ is what is returned for the Virtual Pharmacy domain in the bootstrap API.