Skip to content

v1.3.0

Compare
Choose a tag to compare
@stkr89 stkr89 released this 16 Feb 05:13
· 11 commits to main since this release
45e2de4
Feature response types (#23)

* added response types for string, object and array

* change content type for string response

* print response string

* log response string

* log config

* log response body

* update check for response

* print error and response string

* print error and response string

* print error and response string

* set content type to application/json

* log err

* update README.md

* response object nested objects

* response object nested objects

* response object nested objects

* print routes config

* print response type object

* ignore marshalling error

* update response obj type

* print response

* print response

* parse response to map

* print type of response obj

* print type of response obj

* change type of response obj

* change type of response obj

* use json instead of yml

* print response

* response type interface

* body type interface

* parse response

* updated README.md