zoomeye api by golang
go get github.com/nfalse/zoomeye-api
As the official website, the interfaces provided encapsulation are below:
-
Login
login with url,username and password, get an access token. for the details, please read the official api doc: https://www.zoomeye.org/api/doc#user
-
ResourcesInfo
get resources info for account. for the details, please read the official api doc: https://www.zoomeye.org/api/doc#resources-info
-
HostSearch
search the host devices. for the details, please read the official api doc: https://www.zoomeye.org/api/doc#host-search
-
WebSearch
search the web technologies. for the details, please read the official api doc: https://www.zoomeye.org/api/doc#web-search
-
HostAnswer
the result of HostSearch for the details, please read the official api doc: https://www.zoomeye.org/api/doc#host-search
-
WebtAnswer
the result of WebSearch for the details, please read the official api doc: https://www.zoomeye.org/api/doc#web-search