Coder Social home page Coder Social logo

participant-manager-api's Introduction

README

Open Endpoints

Open endpoints require no Authentication.

  • [Login] : POST /api/v1/auth/login

Endpoints that require Authentication

Closed endpoints require a valid Token to be included in the header of the request. A Token can be acquired from the Login view above.

User related

  • [Get An User] : GET /api/v1/users/:id
  • [Get Users] : GET /api/v1/users
  • [Create User] : POST /api/v1/users
  • [Update An User] : PUT /api/v1/users/:id
  • [Deleta An User] : DELETE /api/v1/users/:id
  • [Get Appointment Made By User] : GET /api/v1/users/:user_id/appointments

Participant related

  • [Get A Participant] : GET /api/v1/participants/:id
  • [Get Participants] : Get /api/v1/participants
  • [Create Participant] : POST /api/v1/participants
  • [Update An Participant] : PUT /api/v1/participants/:id:
  • [Delete An Participant] : DELETE /api/v1/participants/:id
  • [Search Participant] : Get /api/v1/participants/search?query=:keyword
  • [Get Participant's Events] : GET /api/v1/participants/:participant_id/events

Event related

  • [Get An Event] : GET /api/v1/events/:id
  • [Get Events] : Get /api/v1/events
  • [Create Event] : POST /api/v1/events
  • [Update An Event] : PUT /api/v1/events/:id:
  • [Delete An Event] : DELETE /api/v1/events/:id
  • [Search Event] : Get /api/v1/events/search?query=:keyword
  • [Get Event's Participants] : GET /api/v1/events/:event_id/participants
  • [Register Participant to Event] : POST /api/v1/events/:event_id/register/:participant_id
  • [Unregister Participant from Event] : DELETE /api/v1/events/:event_id/unregister/:participant_id

participant-manager-api's People

Contributors

presleywong avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.