Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 412 Bytes

Structure.md

File metadata and controls

27 lines (20 loc) · 412 Bytes

Endpoints

Backend

Endpoints and Model Info

  • User - /user/ - Logging in

    • Name and other details from Google OAuth Server
  • Paper: GET - /paper/?q="query" | ViewSet - /paper/

    • arxiv_url
    • arxiv_comment
    • authors
    • links
    • published
    • title
  • Blog : ViewSet - /blogs/

    • Title
    • Body
    • Author : Foreignkey
    • Date
    • Upvotes : ForeignKey
  • Authentication: OAuth2.0

  • Admin