Skip to content

Latest commit

 

History

History
88 lines (45 loc) · 1.72 KB

api.md

File metadata and controls

88 lines (45 loc) · 1.72 KB

Demux API

API for Demux github.com/eastata/demux/pkg/demux

Informations

Version

0.0.1

Content negotiation

URI Schemes

  • http

Consumes

  • application/json

Produces

  • application/json

Access control

Security Requirements

  • api_key: []

All endpoints

operations

Method URI Name Summary
POST /job_submit job submit Submit the job for summing the list of int64

Paths

Submit the job for summing the list of int64 (JobSubmit)

POST /job_submit

This will submit the job to demux

Parameters

Name Source Type Go type Separator Required Default Description
data body []int64 (formatted integer) []int64 Send a json body in a request with a key "data" that must be a list of int64

All responses

Code Status Description Has headers Schema
200 OK JobUUID schema

Responses

200 - JobUUID

Status: OK

Schema

JobID

Models

JobID

Properties

Name Type Go type Required Default Description Example
Id uuid (formatted string) strfmt.UUID in: string {\"id\": \"75a9e835-5cd6-4499-bd2a-a066e335b963\"}