Skip to content

[REQ] C# Make this easy to use again #21585

@awyork

Description

@awyork

A few years back, you generated the client. Imported it into your C# project. Use one line line var client = OpenAPi.client(); and you were good to go.

This thing is way too complicated now and defeats the entire purpose of consuming an API. It should be point and go. Rate Limiting? Why? I'm the client. I can rate limit myself.

Time to find a new generator and update my team's documentation.

The current generator doesn't even generate valid code....

GeoJSONMultiLineString(TypeEnum type, List<List<List>>

'Using the generic type 'List' requires 1 type arguments'

A list of a list of a list? But the final list is missing it's type.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions