omrishtam/api-gateway ↗
Created Dec 23, 2020 · View the omrishtam/api-gateway repository page
api gateway
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
9
Lines of Code
610
From
Mar 31, 2019
To
Jan 5, 2020
About omrishtam/api-gateway
This is a Go-based API gateway designed to handle file upload operations. The gateway provides endpoints for uploading media files through two different mechanisms: simple media uploads and multipart form uploads. Both endpoints require Bearer token authorization and support standard HTTP headers for content negotiation.
The project demonstrates basic gateway functionality with request routing and authentication. It exposes a `/api/upload` endpoint that can be configured with different upload types as query parameters, allowing clients to choose between streaming media uploads or traditional multipart form data submissions. The implementation appears aimed at providing a lightweight, straightforward gateway layer for file handling operations.