REST API - ByPassaRe/Pick-a-Park GitHub Wiki

Introduction

Swagger is the largest framework for designing APIs using a common language and enabling the development across the whole API lifecycle, including documentation, design, testing, and deployment. We used this framework to document our REST APIs with the following node package:

This documentation is available on port 5000 at /docs resource (eg. localhost:5000/docs).

Table of Contents

Schemas

SCHEMAS

User

USER

Bug Report

BUGREPORT

Issue

ISSUES

Parking Spot

PARKINGSPOT

Prenotation

PRENOTATION

Transaction

TRANSACTION

Auth

AUTH