New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

drchrono

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drchrono

This is a client library generated using the `openapi-typescript-codegen` tool for the DrChrono API.

  • 0.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

DrChrono

This is a client library generated using the openapi-typescript-codegen tool for the DrChrono API.

Installation

To install the DrChrono library, you can use npm:

npm install drchrono

Usage

Here's an example of how you can use the DrChrono library in your JavaScript project:

const { DrChronoClient } = require("drchrono");

// Create a new instance of the DrChronoClient
const client = new DrChronoClient({
  token: YOUR_API_TOKEN,
});

// Make API requests using the client
async function fetchPatients() {
  try {
    const patients = await client.clinical.patientsList({});
    console.log(patients);
  } catch (error) {
    console.error(error);
  }
}

fetchPatients();

Configuration

The DrChrono library requires the OpenAPI specification file (openapi-schema.json) to be present in your project directory. Make sure you have the latest version of the OpenAPI specification file for the DrChrono API.

Documentation

For detailed documentation on the DrChrono API and the available endpoints, please refer to the official DrChrono API documentation.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

License

This project is licensed under the MIT License.

FAQs

Package last updated on 01 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc