What is rest-hapi?
rest-hapi is a hapi plugin that generates RESTful API endpoints based on mongoose schemas. It provides a powerful combination of relational structure with NoSQL flexibility. You define your data models and the rest is done for you.
rest-hapi is a tool in the API Tools category of a tech stack.
rest-hapi is an open source tool with 1.2K GitHub stars and 156 GitHub forks. Here’s a link to rest-hapi's open source repository on GitHub
Who uses rest-hapi?
Companies
Developers
6 developers on StackShare have stated that they use rest-hapi.
rest-hapi Integrations
rest-hapi's Features
- Automatic generation of CRUD endpoints with middleware support
- Automatic generation of association endpoints
- joi validation
- Built in authorization
- Swagger docs for all generated endpoints Query parameter support for searching, sorting, filtering, & pagination
- Query parameter support for embedding of associated models
- Support for "soft" delete
- Built-in metadata
- Mongoose wrapper methods
rest-hapi Alternatives & Comparisons
What are some alternatives to rest-hapi?
Postman
It is the only complete API development environment, used by nearly five million developers and more than 100,000 companies worldwide.
RestSharp
It is probably the most popular HTTP client library for .NET. Featuring automatic serialization and deserialization, request and response type detection, variety of authentications and other useful features
Insomnia REST Client
Insomnia is a powerful REST API Client with cookie management, environment variables, code generation, and authentication for Mac, Window, and Linux.
OpenAPI
It is a publicly available application programming interface that provides developers with programmatic access to a proprietary software application or web service.
Retrofit
Retrofit turns your HTTP API into a Java interface