Giter VIP home page Giter VIP logo

golang_blog's Introduction

QUICK DOCUMENTATON OF API

  • POST /api/register

    This endpoint allows to create account

  • POST /api/login

    This endpoint allows to log in and returns jwt-token

  • GET /api/users

    This endpoint allows to get a list of users

  • GET /api/users/{id}

    This endpoint allows to get a specific user by his id

  • GET /api/users/{id}/articles

    This endpoint allows to get a list of user's articles by user id

  • GET /api/articles

    This endpoint allows to get a list of articles (There is a pagination)

  • POST /api/articles

    This endpoint allows to create an article, if you have a jwt-token

  • GET /api/articles/{id}

    This endpoint allows to get an article of specific user by his id

  • DELETE /api/articles/{id}

    This endpoint allows to delete an article by its id, if this article is yours and you have a jwt-token

  • GET /api/categories

    This endpoint allows to get a list of categories

  • GET /api/categories/{id}

    This endpoint allows to get a specific category by its id

  • GET /api/categories/{id}/articles

    This endpoint allows to get a list of articles by category id (There is a pagination)

golang_blog's People

Contributors

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