api-platform / api-platform/api-doc-parser

list and create endpoints aren't correctly matched

Abierto
#130 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
113
Forks
80
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

**Api Doc-parser version**: 0.16.1

**Description**
Following the [guidelines](https://github.com/api-platform/api-doc-parser#openapi-support) for creating the endpoint names, I am just getting the operations defined for the `/.../users/{id]` endpoint (e.g. `get`, `put`, `delete`). The operations that are defined for the `.../users` endpoint (`get`, `post`) are not detected by the doc parser.

**Possible Solution**
[This fork](https://github.com/emdgroup/api-doc-parser) takes care of these issues. While you can inject the customized doc-parser in the following way:

```
import { parseOpenApi3Documentation } from '@emdgroup-liquid/api-doc-parser';
import { ApiPlatformAdminDataProvider, openApiDataProvider } from '@api-platform/admin';

const customDataProvider: ApiPlatformAdminDataProvider = openApiDataProvider({
...
apiDocumentationParser: parseOpenApi3Documentation,
});

const Admin = () => {
return (

);
};
```
It would be nice to integrate the changes into this main repo.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.