Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
ref: https://github.com/CiscoPSIRT/openVulnAPI/tree/master/example_code/go_examples
hello,
It seems like the returned Response from DefaultApi.SecurityAdvisoriesAdvisoryAdvisoryIdGet has no reference to a json body content bytes, neither has it m...
GOLAN PSIRT client API return empty body but with a 200 OK; Postman return 200 OK with a body content
swagger. represent the prefix package name of PSIRT api client.ref: https://github.com/CiscoPSIRT/openVulnAPI/tree/master/example_code/go_examples...
Hello psirt,I am looking to get the content of an advisories ID, as I can do with postman using the Authorization Bearer;GOLANG APICLient (DefaultApi.SecurityAdvisoriesAdvisoryAdvisoryIdGet) return a 200 ok, but with an empty body, contrary of postma...
I was expecting to don't have to map the json to a golang struct, using only swagger.NewAPIResponse(), but it need to be developed for golang, Python example has the mapping coded already (https://github.com/CiscoPSIRT/openVulnAPI/blob/2803abf80bcabd...
Your answer is very helpful
I'll wait for others to provide answer with this added comment:
The api I am using is developed by Cisco, in its doc it refer as the body returning nothing (I wonder if the returned json is injected somewhere inside th...