Coder Social home page Coder Social logo

flask-bookmark-api's Introduction

flask-bookmark-api

packages

✨ flask

✨ werkzeug.security

✨ flask_jwt_extended

✨ flasgger

✨ flask_sqlalchemy

✨ validators

✨ flask.json

endpoints

Endpoint Http Request Method Body Params Args Description
/api/v1/auth/register POST {"username":"username","email":"[email protected]","password":"M12345."} Empty Empty It allows us to register the user.
/api/v1/auth/login POST {"email":"[email protected]","password":"M12345."} Empty Empty It allows us to login.
/api/v1/auth/me GET Empty Empty Empty It returns our username and email information.
/api/v1/auth/token/refresh POST Empty Empty Empty Creates a new access token.
/api/v1/bookmarks/ GET Empty Empty page=1&per_page=5 Get bookmarks by pagination.
/api/v1/bookmarks/ POST {"body":"Comlaf","url":"comlaf.com"} Empty Empty Creates a bookmark.
/api/v1/bookmarks/:id GET Empty id:int Empty Get the bookmark by id.
/api/v1/bookmarks/:id PUT & PATCH Empty id:int Empty Update bookmark by id.
/api/v1/bookmarks/:id DELETE Empty id:int Empty Delete bookmark by id.
/api/v1/bookmarks/stats GET Empty Empty Empty Get bookmarks with visit information.

flask-bookmark-api's People

Contributors

yenilikci avatar

Stargazers

 avatar  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.