github.com/omrishtam/api-gateway

api gateway

Open this visualization on its own page →

Contributors

9

Lines of Code

610

From

2019-03-31

To

2020-01-05

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.

Share this video