Giter VIP home page Giter VIP logo

api_with_laravel's Introduction

Pre-Production Readme

HTTP Request Method To Handle


200 Request

  • code 200 (ok)
  • code 201 (created)
  • code 204 (no content)

300 Request

  • code 301 (moved permanently)
  • code 301 (moved permanently)
  • code 307 (temperal redirect)
  • code 308 (permanent redirect)

400 Request

  • code 400 (bad request)
  • code 401 (unauthorized)
  • code 403 (Forbidden)
  • code 404 (not,found)
  • code 405 (method not allowed)
  • code 422 (unprocessable entity)

500 Request

  • code 500 (Internal Server error)
  • code 501 (not inplemented)
  • code 502 (bad request)
  • code 503 (service unavailable)
  • code 504 (gateway timeout)

Programming convention to follow in this project


  • Variables = camelCase
  • Methods = camelCase
  • Functions = camelCase
  • JSON Attributes = snake_case

Creating a user

we can create a user form post man with by sending a request with a body to the url of the root project (be it localhost)/oauth/token

Body:

grant_type : password

client_id : token id (client id).

client_secret : token generated.

username : email of the user created.

password : password of the user created

api_with_laravel's People

Contributors

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