-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
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.