Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 809 Bytes

File metadata and controls

28 lines (27 loc) · 809 Bytes

API End Points

  • POST /api/search
    Will be used to search via api.
  • GET /api/packages
    Client can Download a Package list, for faster Search.
  • GET /api/download/<pid>
    Used to Download Specific Package.

Web End Points

  • /
    Start Page. Here will be showed the lates Commits.
  • /login
    User with valid Account can login.
  • /register
    User can create an Account.

  • /user/<username>
    Main page of a user Profile.
  • /user/<username>/packages
    A list of users packages.

  • /package/<pid>
    Package Info Page.
  • /package/<pid>/versions
    Version history of Package.

  • /search?q=<key_words>
    User Search (that thing in the Header).