meeting-scheduler-

command module
v0.0.0-...-8076fc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

README

Meeting-Scheduler-

API using Golang

Meetings should have the following Attributes. All fields are mandatory unless marked optional: Id Title Participants Start Time End Time Creation Timestamp

Participants should have the following Attributes. All fields are mandatory unless marked optional: Name Email RSVP (i.e. Yes/No/MayBe/Not Answered)

You are required to Design and Develop an HTTP JSON API capable of the following operations, Schedule a meeting Should be a POST request Use JSON request body URL should be ‘/meetings’ Must return the meeting in JSON format Get a meeting using id Should be a GET request Id should be in the url parameter URL should be ‘/meeting/’ Must return the meeting in JSON format List all meetings within a time frame Should be a GET request URL should be ‘/meetings?start=&end=’ Must return a an array of meetings in JSON format that are within the time range List all meetings of a participant Should be a GET request URL should be ‘/meetings?participant=’ Must return a an array of meetings in JSON format that have the participant received in the email within the time range

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL