Package edu.sustech.search.engine.github.API
package edu.sustech.search.engine.github.API
-
ClassDescriptionProvides the entry to interact with the GitHub RestAPI.Each time a successful response is received from the server, the
parse
method will be invoked to parse the raw response body (inString
) into a POJO.