interscript / interscript-api

API for interscript endpoint
1 stars 1 forks source link

Implement api.interscript.com for API #7

Closed ronaldtse closed 3 years ago

ronaldtse commented 3 years ago

As title. To be done in the infrastructure repository.

phuonghuynh commented 3 years ago

@ronaldtse the lambda now support interscript v0.1.4, you can test it as sample bellow

curl "https://api.interscript.com" \
  -i \
  -X 'POST' \
  -H 'Accept: application/json, text/plain, */*' \
  -H 'Content-Type: application/json' \
  -H 'Origin: http://localhost:3000' \
  --data-binary '{transliterate(systemCode: "bgnpcgn-arm-Armn-Latn-1981", input: "Հայերէն")}'
ronaldtse commented 3 years ago

Thank you @phuonghuynh !! It's all working now 👍

ronaldtse commented 3 years ago

@phuonghuynh can you help document how to use the API in the README? Will make a new issue for this.