google / webrisk

Apache License 2.0
67 stars 34 forks source link

Client should not do raw GRPC post requests #8

Closed thatjiaozi closed 4 years ago

thatjiaozi commented 5 years ago

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.

thatjiaozi commented 4 years ago

Fixed at PR 9