Giter Club home page Giter Club logo

transferer's Introduction

Transferer

API that supports file management operations (listing, searching, downloading, uploading, deletion) for authenticated users, with dedicated endpoints for authentication and authorization.

Archives Controller:

This API provides functionality for managing user-specific archives. It requires authentication using a Bearer token.

  • GET /Archives/list: Retrieves a list of archives associated with the authenticated user.
  • GET /Archives/listall: Retrieves a list of all archives for admin users.
  • GET /Archives/search/{name}: Searches for archives by name for the authenticated user.
  • GET /Archives/download/{id}: Downloads a specific archive by ID for the authenticated user.
  • GET /Archives/download/zip: Downloads multiple archives in a zip file based on provided IDs for the authenticated user.
  • POST /Archives/upload: Uploads new archives for the authenticated user.
  • DELETE /Archives/delete/{id}: Deletes a specific archive by ID for the authenticated user.

Auth Controller:

This controller handles user authentication and authorization.

  • POST /login: Logs in a user with provided credentials.
  • POST /signin: Creates a new user with provided credentials.
  • POST /regen-token: Regenerates a new token with provided access and regen token.

Users Controller:

Manages user-related operations, accessible to admin users.

  • GET /Users/get?id={id}: Retrieves user details by ID for admin users.
  • GET /Users/search?name={name}: Searches for users by name for admin users.
  • PUT /Users/edit: Edits user details for the authenticated user.
  • DELETE /Users/delete?id={id}: Deletes a user by ID for admin users.

transferer's People

Contributors

rael-g avatar

Watchers

 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.