Allie

Results 4 comments of Allie

I'm interested in fixing this. I believe the correct way forward is to simply include the string value of the `url` parameter as the OpenAPI document's sole `server`. This shouldn't...

Requesting comment on a couple of lines in [the BaseSchemaGenerator initializer](https://github.com/encode/django-rest-framework/blob/ad282da97cf7b23c50a8fa7b7c5cad68c1deedc3/rest_framework/schemas/generators.py): ```python3 if url and not url.endswith('/'): url += '/' ``` If we do place this url in the server...

The duplication of the `/api/v3/` fragment isn't the only issue with the paths object. Field names of the paths object (that is, the urls at which the API endpoints may...

A note: the resource property, if implemented, wouldn't be a solution for you. As a feature of ZMTP and exchanged in the ZMTP handshake, it only allows *ZMQ* resources to...