はなちるのマイノート

Unityをメインとした技術ブログ。自分らしくまったりやっていきたいと思いますー!

Web系

REST Clientを用いてVisual Studio Codeで直接HTTPリクエストを送信・レスポンスを表示する

はじめに 今回はVSCodeの拡張機能の一つであるREST Clientを紹介したいと思います。 REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. It eliminates the need for a separate tool to test REST APIs a…

localtunnelを利用して開発中のローカルサーバーを一時的に公開する

はじめに 今回はlocaltunnelを紹介したいと思います。 localtunnel exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes. localtunnelは、簡単なテストと共…

Prismを用いてOpenAPIから簡単にモックサーバーを作る

はじめに 今回はPrismについて紹介したいと思います。stoplight.io Prism is an open-source HTTP mock server that can mimic your API's behavior as if you already built it. Mock HTTP servers are generated from your OpenAPI v2/v3 (formerly known …

OpenAPIをはじめて触ってみる

はじめに 今回はOpenAPIについて取り上げたいと思います。 The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for HTTP APIs. This allows both humans and computers to discover and understand …