interscript / interscript-api

API for interscript endpoint
1 stars 1 forks source link

Provide documentation on how to upgrade interscript gem in interscript-api #15

Closed ronaldtse closed 3 years ago

ronaldtse commented 4 years ago

@phuonghuynh can you write in the README how we can do this? Thanks!

ronaldtse commented 4 years ago

(and we need to upgrade to interscript v1.6 gem)

phuonghuynh commented 4 years ago

Added to infra-repo

phuonghuynh commented 4 years ago

(and we need to upgrade to interscript v1.6 gem)

Done, you can check it now

API_URL="https://api.interscript.com"
curl -i -XPOST ${API_URL} \
  --verbose \
  --data-raw '{info}'
phuonghuynh commented 3 years ago

Won't fix since we implementing #18