Skip to content

REST Data Validator is a versatile library designed to offer comprehensive validation for data in RESTful APIs. It supports a wide range of data types, validation rules, and is designed with extensibility in mind, making it ideal for ensuring data integrity and compliance with API specifications.

License

Notifications You must be signed in to change notification settings

SeanLuis/rest-data-validator

Repository files navigation

REST Data Validator

Jest Coverage Codecov Package Build Version

REST Data Validator is a versatile library designed to offer comprehensive validation for data in RESTful APIs. It supports a wide range of data types, validation rules, and is designed with extensibility in mind, making it ideal for ensuring data integrity and compliance with API specifications.

For more detailed, visit: .:: Documentation ::.

Package home preview

Features

  • Comprehensive Validation: Supports validation of strings, numbers, emails, dates, enums, files, and custom formats.
  • Decorator-based Validation: Utilizes TypeScript decorators for easy and declarative validation directly in your class models.
  • Flexible and Extensible: Easily extendable to include custom validation rules and logic.
  • Framework Agnostic: Can be used with any server-side framework or library, such as Express, Koa, or Fastify.
  • Full TypeScript Support: Leverages TypeScript for type safety and enhanced developer experience.
  • Custom Error Messages: Allows defining custom error messages for each validation rule to provide clear and specific feedback.

Installation

npm install rest-data-validator

Or using Yarn:

yarn add rest-data-validator

Using Decorators for Validation

Decorators provide a declarative way to add validation rules directly to your class properties.

Custom Validation Rules

You can easily extend the library to include custom validation rules and logic.

Rest CLI

Commands

The CLI provides various commands to help you generate and manage validation schemas.

Model Generation

Generate models with predefined validation rules quickly.

Validation Generation

Add validation rules to existing models interactively.

Validators and Decorators

  • ClassValidator: Validates a class based on its decorators.
  • Number: Validates numerical properties.
  • Email: Validates email addresses.
  • Password: Validates password strength.
  • Date: Validates date properties.
  • Enum: Validates that a value is part of a specific enum.
  • File: Validates file properties.
  • Range: Validates that a number is within a specified range.
  • Regex: Validates using a regular expression.
  • Custom: Allows for custom validation logic.
  • Domain: Validates domain names.
  • Array: Validates array properties.
  • Nested: Validates nested objects.
  • Contextual: Contextual validation based on other properties.
  • Dependency: Validation based on other property values.
  • Security: Validates security-related properties.
  • Alpha: Validates that a string contains only letters.
  • Contains: Validates that a string contains a specific substring.
  • BIC: Validates Bank Identification Codes (BIC).
  • ISO31661Alpha2: Validates ISO 3166-1 alpha-2 country codes.

Group-Based Validation

Define validation groups to conditionally apply validation rules.

Sanitizer Functions

Sanitize input data before validation.

Validation Utilities

  • Async Validators: Handle asynchronous validation logic.
  • Nested Validators: Validate nested objects and arrays.
  • Contextual Validators: Apply validation rules based on other properties.
  • Dependency Validators: Ensure properties are validated based on other property values.

Decorators Utilities

  • Accessors Decorator: Validate properties with getter and setter accessors.
  • Getter Decorator: Validate properties accessed via getters.
  • Setter Decorator: Validate properties accessed via setters.

Security Utilities

  • Security Validation: Validate security-related properties.
  • Security Decorator: Decorate properties with security validation.
  • Security Events: Handle security-related events.

Roadmap

The rest-data-validator project aims to continually evolve with the needs of developers and the dynamics of RESTful API design. Below is a tentative roadmap of features and improvements we're exploring:

Upcoming Features

  • Nested Validation Support: Implement validation for complex, nested data structures to accommodate intricate API schemas.
  • Asynchronous Validators: Introduce validators capable of handling asynchronous operations, useful for database lookups or external API validations.
  • Internationalization: Offer localized error messages to better serve a global user base.
  • Sanitization Enhancements: Expand sanitization utilities for preprocessing data, ensuring robust input handling before validation.
  • Framework Middleware: Develop middleware for seamless integration with popular server frameworks like Express and NestJS.
  • Runtime Type System Integration: Explore compatibility with runtime type validation libraries to enhance JavaScript validation capabilities.
  • CLI Tooling: Build CLI tools for generating validator schemas from TypeScript type definitions, aiding in rapid development cycles.
  • Plugin Architecture: Create an extensible plugin system allowing custom validators and sanitizers, fostering community-driven enhancements.
  • Performance Optimization: Profile and optimize the core validation logic to efficiently handle large datasets and reduce overhead in high-throughput environments.
  • GUI for Schema Building: Provide a graphical interface for constructing and exporting validation schemas, streamlining the setup process for rest-data-validator.

We welcome community input and contributions to help shape the future of rest-data-validator. If you have ideas or features you’d like to see, please open an issue to start the conversation.

Note: The roadmap is subject to change and reflects current planning and priorities.

Contributing

Contributions are welcome! Please read our contributing guide for details on our code of conduct, and the process for submitting pull requests to us.

Support Us

If you find the REST Data Validator helpful or interesting, please consider giving it a star on GitHub! 🌟 Your support encourages us to continue developing and maintaining this project.

Why Star Us?

  • Recognition: A star is a token of appreciation that motivates open-source contributors.
  • Feedback: It tells us that our work is valued, guiding us on what features or improvements to prioritize.
  • Visibility: More stars increase our project's visibility, helping others discover this tool.

How to Star Our Repository

  1. Visit the REST Data Validator GitHub page.
  2. In the top-right corner of the page, click the "Star" button.
  3. That's it! You've just made our day a little brighter.

Your star is much more than just a number to us – it's a sign that we're on the right track. Thank you for your support, and we hope REST Data Validator helps you in managing and validating your RESTful APIs more effectively.

Feel free to explore the repository, check out the latest updates, and contribute if you can. Together, we can make REST Data Validator even better!

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

REST Data Validator is a versatile library designed to offer comprehensive validation for data in RESTful APIs. It supports a wide range of data types, validation rules, and is designed with extensibility in mind, making it ideal for ensuring data integrity and compliance with API specifications.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published