Categorygithub.com/jere-mie/uwindsor-api
modulepackage
0.0.0-20231204023006-df709e4fd130
Repository: https://github.com/jere-mie/uwindsor-api.git
Documentation: pkg.go.dev

# README

UWindsor API

An API for UWindsor data (data not included here)

API Endpoints

DatasetAPI EndpointParameterDescription
Courses/v1/courseCourse codeContains course code, title, and description
Staff/v1/staffStaff nameContains name, email, phone, title, department, and location
Buildings/v1/buildingBuilding nameContains building name and location (latitude and longitude)

Parameters

All endpoints have a respective parameter you can include. Parameters are included by adding them after the /. For example, /v1/course/COMP-1000 will return data about COMP-1000.

Data Source

This API expects a db.sqlite file in the root of the project to serve as a datasource. A sample database file is provided for development purposes, named sample.db.sqlite. Simply make a copy of this file and name it db.sqlite to get up and running.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author