I need to get the question/answer content from Stack Overflow site using the username.
I know we are able to retrieve data using the question id, using this API call:
http://api.stackexchange.com/2.1/users/{id}
Is there a method to fetch questions and answered publish by a particular user?
Something like:
http://api.stackexchange.com/2.1/users/{username}