|
|
|
Ask HN: My hackathon project, a polymorphic API?
|
|
1 points
by mgaudin
4472 days ago
|
|
Hi everyone, To speed up the prototyping of my apps (and hopefully yours!), I would like to create a polymorphic API, i.e. a full feature API scaffolded from your requests. In other word, like Elasticsearch, one will be able to throw any json to its face and store it. Also, one will be able to search by any field, and use some pagination and sorting automatically.
Also, unlike Elasticsearch, we would like to add authentication and authorization features, versioning, feature toggling (for instance, "this endpoint cannot expose this field or this sorting criteria"), Documentation & Swagger export, and so much more! What do you think? |
|