Skip to content

Hope import *.api grammar #4659

@athxx

Description

@athxx

Recently I'm doing a file upload and download function, but the *.api file does not support it

I hope api grammar can support these types

type Request {
      id string `form:"id"`
      file File `form:"file"`
      files []File `form:"files"`
}

type Response1 interface{}
type Response2  []byte{}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions