https://github.com/parvesh88/qr-code-rest-api
REST API for decoding QR Code
https://github.com/parvesh88/qr-code-rest-api
java-8 jax-rs jersey-framework qr-code-api-rest
Last synced: about 1 year ago
JSON representation
REST API for decoding QR Code
- Host: GitHub
- URL: https://github.com/parvesh88/qr-code-rest-api
- Owner: parvesh88
- Created: 2020-12-26T13:36:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T09:06:23.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T06:43:26.749Z (over 1 year ago)
- Topics: java-8, jax-rs, jersey-framework, qr-code-api-rest
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
API ENDPOINT
http://147.139.40.53/QRC/api
Multipart Form Data Parameter
file = [ QR Code Image File Name (with full path) ]
Supported HTTP Method
- POST
Supported Response Media Types
- Plain Text
- JSON
- HTML
Successfully tested with following REST API Clients
- cURL
- Jersey REST Client API
- HTML FORM API
- POSTMAN - Chrome Web App or Native App
- Mozilla Firefox Web Browser - Developer Tool