タグ

APIとurlに関するbraitomのブックマーク (2)

  • Web Risk

    Web Risk is a Google Cloud service that helps protect users from unsafe websites. It does this by checking URLs against Google's large and constantly updated lists of known dangerous sites. These include phishing sites, sites with malware, and sites that spread unwanted software. By using Web Risk, websites and applications can warn users about these dangerous links, prevent them from clicking on

    Web Risk
    braitom
    braitom 2019/03/12
    Webやクライアントアプリ内の危険なURLを検知できるGoogleのAPIサービス。Googleの最新の安全ではないWebリソースのリストを使って検出できる。
  • API デザイン : URL には名前と識別子のどちらを使うべきか | Google Cloud 公式ブログ

    ウェブ API の設計に携わっている方であれば、API で使う URL のスタイルに統一的な考え方がないことも、選択した URL スタイルが API の使いやすさや寿命に大きな影響を与えることも、よくご存じでしょう。Google Cloud の Apigee チームは、社内だけでなくお客様とも協力しながら、API の設計について長く検討を行ってきました。稿では、私たちが設計の現場で実際に使用している URL のデザイン パターンと、それを使う理由についてシェアしたいと思います。 著名なウェブ API をご覧になれば、いくつかの異なる URL パターンがあることに気づかれるはずです。次に示すのは、極端に異なる考え方に基づいた 2 つのスタイルの具体例です。 https://ebank.com/accounts/a49a9762-3790-4b4f-adbf-4577a35b1df7 htt

    API デザイン : URL には名前と識別子のどちらを使うべきか | Google Cloud 公式ブログ
    braitom
    braitom 2017/11/11
    APIのURLパターンを識別子にするか階層構造の名前にするかについて。どちらか選ばずに両方をサポートする、識別子はルックアップ用、名前は検索用。
  • 1