webapi
webapi copied to clipboard
WAI based library for web api
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...
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...
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)...
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.
Currently CookieIn is being ignored. This needs to be used to set the cookie jar of HttpClient