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
parsemethod will be invoked to parse the raw response body (inString) into a POJO.