google/webrisk

Client should not do raw GRPC post requests

Closed this issue · 1 comments

Currently the client makes post requests, this was consistent with the SafeBrowsing API, however for webrisk the request type should be Get per the documentation (https://cloud.google.com/web-risk/docs/lookup-api).

We need to change this to be consistent with the documentation.

Fixed at PR 9