This website requires JavaScript.
Explore
Help
Sign In
loafle
/
openapi-generator
Watch
3
Star
0
Fork
0
You've already forked openapi-generator
forked from
loafle/openapi-generator-original
Code
Pull Requests
Activity
Files
e7f68287c114e4b429feaf77b3bc396c147bf607
openapi-generator
/
samples
/
client
/
petstore
/
csharp
/
SwaggerClientTest
History
Griffin Schneider
e5ab34b658
Replace 'BEARER' with 'Bearer' everywhere.
...
RFC6750 indicates that the correct header format is 'Bearer <token>', not 'BEARER <token>'.
2016-05-05 16:14:45 -04:00
..
Lib
Replace 'BEARER' with 'Bearer' everywhere.
2016-05-05 16:14:45 -04:00
packages
remove nuget pacakges
2015-07-20 10:48:20 +08:00
mono-nunit.sh
remove objc, add pom.xml to test C# petstore client
2016-02-13 17:43:38 +08:00
packages.config
fix file upload issue. add error handling for status code 0
2015-07-03 17:39:27 +08:00
pom.xml
remove objc, add pom.xml to test C# petstore client
2016-02-13 17:43:38 +08:00
swagger-logo.png
Added the ability to customize the DateTimeFormat
2015-12-11 18:28:37 -05:00
SwaggerClientTest.csproj
fix csharp enum issue after rebase
2016-05-03 11:19:19 +08:00
SwaggerClientTest.sln
add nunit test for csharp
2015-06-22 11:53:44 +08:00
SwaggerClientTest.userprefs
fix java default and feign sample
2016-05-03 11:19:59 +08:00
TestApiClient.cs
update comment in csharp test
2016-01-18 11:45:13 +08:00
TestConfiguration.cs
update test case, docstring for timeout
2015-12-19 23:15:54 +08:00
TestEnum.cs
add double enum support to C#
2016-05-03 11:16:05 +08:00
TestOrder.cs
fix csharp enum issue after rebase
2016-05-03 11:19:19 +08:00
TestPet.cs
update csharp test case to use another petstore spec
2016-04-14 16:24:06 +08:00