Skip to content

v0.2.5

Compare
Choose a tag to compare
@joon610 joon610 released this 09 Dec 16:26
· 82 commits to master since this release
  • English
    add API descriptsion tooltip.
    change Name. header.json -> setting.json

  • 한국어
    API 설명 툴팁 추가.
    header.json에서 setting.json으로 이름 변경

  • 일본어
    API説明ツールチップ追加
    header.jsonからsetting.jsonにファイル名変更。

  • setting.json

{
    "header": {
        "Content-Type": "application/json; charset=utf-8",
        "Content-Length": "123",
        "ETag": "12345"
    },
    "cookies": [
        {
            "cookiekey": "cookieName",       
            "options": {
                "maxAge": 30000
            }
        },
        {
            "hello": "hi",
            "options": {
                "maxAge": 10000
            }
        }
    ],
    "description": "this API is holy shit"     
}