Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 692 Bytes

TECH.md

File metadata and controls

5 lines (5 loc) · 692 Bytes

OpenAPI Space is a Python program built with Flask and Connexion

  • The primary objective is to provide access to a OpenAPI document database through a REST API.
  • Flask is a microframework for building Python based web servers. We concluded that it fits well into building a backend where the main function is to provide a REST API.
    • Connexion is a framework used on top of Flask. It allows taking the next step into design first API building, by automatically mapping endpoints when given an API specification in OpenAPI 2.0 format.
  • Integrates into Apinf platform authentication by using the login API of the platform.