[Software]RestApiテストツールその2

Insomnia

1.Download

https://insomnia.rest/download/

2.使い方

<Request>

Bodyに以下を登録

https://map.yahooapis.jp/weather/V1/place?appid={アプリケーションID}&coordinates={緯度、経度}

<Response>

<?xml version="1.0" encoding="UTF-8"?>
<YDF
  xmlns="http://olp.yahooapis.jp/ydf/1.0" firstResultPosition="1" totalResultsAvailable="1" totalResultsReturned="1">
  <ResultInfo>
    <Count>1</Count>
    <Total>1</Total>
    <Start>1</Start>
    <Status>200</Status>
    <Latency>0.003047</Latency>
    <Description></Description>
    <Copyright>(C) Yahoo Japan Corporation.</Copyright>
  </ResultInfo>
  <Feature>
    <Id>201909111625_35.663613_139.73229</Id>
    <Name>地点(35.663613,139.73229)の2019年09月11日 16時25分から60分間の天気情報</Name>
    <Geometry>
      <Type>point</Type>
      <Coordinates>35.663613,139.73229</Coordinates>
    </Geometry>
    <Property>
      <WeatherAreaCode />
      <WeatherList>
        <Weather>
          <Type>observation</Type>
          <Date>201909111625</Date>
          <Rainfall />
        </Weather>
        <Weather>
          <Type>forecast</Type>
          <Date>201909111635</Date>
          <Rainfall />
        </Weather>
        <Weather>
          <Type>forecast</Type>
          <Date>201909111645</Date>
          <Rainfall />
        </Weather>
        <Weather>
          <Type>forecast</Type>
          <Date>201909111655</Date>
          <Rainfall />
        </Weather>
        <Weather>
          <Type>forecast</Type>
          <Date>201909111705</Date>
          <Rainfall />
        </Weather>
        <Weather>
          <Type>forecast</Type>
          <Date>201909111715</Date>
          <Rainfall />
        </Weather>
        <Weather>
          <Type>forecast</Type>
          <Date>201909111725</Date>
          <Rainfall />
        </Weather>
      </WeatherList>
    </Property>
  </Feature>
</YDF>

投稿者: kinkun

保有資格 Salesforce Certified Platform App Builder T Salesforce Certified Platform Developer I Salesforce Certified Platform Developer II Salesforce Certified Administrator

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です