zijianhuang / webapiclientgen

Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
168 stars 38 forks source link

swagger, walk through all basic data types #86

Closed zijianhuang closed 4 years ago

zijianhuang commented 4 years ago

Data Types

type | format | Comments
-- | -- | --
integer | int32 | signed 32 bits
integer | int64 | signed 64 bits (a.k.a long)
number | float |  
number | double |  
string |   |  
string | byte | base64 encoded characters
string | binary | any sequence of octets
boolean |   |  
string | date | As defined by full-date - RFC3339
string | date-time | As defined by date-time - RFC3339
string | password | A hint to UIs to obscure input.
zijianhuang commented 4 years ago

done with openclientgen