Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 849 Bytes

ENDPOINTS.md

File metadata and controls

29 lines (17 loc) · 849 Bytes

Endpoints

baseUrl: https://api.gode.app

GET: v1/getans?phrase=message

Converts between QWERTY and Kedmanee.

v1/getans

GET: v2/convert/:EngLayout/:ThaLayout?message=message

Do the same thing as last one but with more layout.

  • EngLayout: User's English keyboard layout. [QWERTY, Dvorak]
  • ThaLayout: User's Thai keyboard layout. [Kedmanee, Manoonchai]
  • message: User's message.

v2/convert

POST: v2/raw

Also do the same thing as last one but with POST method.

  • EngLayout: User's English keyboard layout. [QWERTY, Dvorak]
  • ThaLayout: User's Thai keyboard layout. [Kedmanee, Manoonchai]
  • message: User's message.

v2/raw