webapi icon indicating copy to clipboard operation
webapi copied to clipboard

WAI based library for web api

Results 28 webapi issues
Sort by recently updated
recently updated
newest added

Currently we only accept JSON formatted Swagger Docs. This needs to be extended to provide either a JSON or a YAML formatted file and it should work fine in both...

Webapi-Swagger

Currently the module names have been hard-coded in the source and this is quite ugly and is not very extensible, especially if we want to switch to getting them in...

enhancement
Webapi-Swagger

Currently we error out the program in a lot of places where we encounter unexpected values or situations. Instead of this, we need to collect all the errors (via State)...

Webapi-Swagger

How'd you use this package to build a client for an API that responds in XML?

When the request body has a proper accept header and then the parsing of request body fails, a 415 error code is produced. Since this is a bad request a...

This will be problematic for clients like webapi-console, which need to populate the CookieOut of the Response type by reading cookie from the JS.

bug

Currently CookieIn is being ignored. This needs to be used to set the cookie jar of HttpClient

bug
ApiClient