FastAPI (0.1.0)

Download OpenAPI specification:Download

Top Handler

Responses

Response samples

Content type
application/json
null

Read Paper List Handler

Responses

Response samples

Content type
application/json
null

Add Paper Handler

Responses

Response samples

Content type
application/json
null

Add Paper Exec Handler

Request Body schema: multipart/form-data
title
required
string (Title)
author1
required
string (Author1)
author2
string (Author2)
author3
string (Author3)
label
string (Label)
Default: ""
publish
boolean (Publish)
Default: true
pdffile
required
string <binary> (Pdffile)

Responses

Response samples

Content type
application/json
{
  • "detail": [
    ]
}

Paper Download Handler

path Parameters
paper_uuid
required
string <uuid> (Paper Uuid)

Responses

Response samples

Content type
application/json
{
  • "detail": [
    ]
}

Read Author List Handler

Responses

Response samples

Content type
application/json
null

Add Author Handler

Responses

Response samples

Content type
application/json
null

Add Author Exec Handler

Request Body schema: application/x-www-form-urlencoded
first_name_ja
required
string (First Name Ja)
middle_name_ja
string (Middle Name Ja)
last_name_ja
required
string (Last Name Ja)
first_name_en
required
string (First Name En)
middle_name_en
string (Middle Name En)
last_name_en
required
string (Last Name En)
joined_year
required
integer (Joined Year)
graduation
required
boolean (Graduation)

Responses

Response samples

Content type
application/json
null