Skip to content

drichards188/gojengaApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GojengaApi

Utilizing fastApi to power Gojenga

Gojenga

Run locally to access outline

Live Swagger Interface

swagger screenshot

Architecture

User Type

name: str

password: str | None = None

Test Flag

Headers:

Is-Test: True


get user information GET /user/{username}

create user Post /user body: { "name" : "USERNAME", "password" : "PASSWORD" }

update user PUT /user/{username} body: { "name" : "USERNAME", "password" : "PASSWORD" }

delete user DELETE /user/{username}

About

Python fastApi API for Gojenga

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published