jonathandey / oc-jd-dingoapi

Dingo/API implementation for OctoberCMS
MIT License
16 stars 7 forks source link

What does the request look like that it is possible to read parameter using Input::get('password')? #5

Closed chrisiek closed 7 years ago

chrisiek commented 7 years ago

I can't imagine how to make a request to be able to use Input::get('password') exactly as you did in routes.example.php

Can you give an example of such a request, including parameters' names and their values?

jonathandey commented 7 years ago

Personally I have used request()->get('password'), but I believe this will give you the same result. As I'm not able to replicate the issue I do not believe this is an issue related to the Plugin. Please see the Laravel docs (5.1) or Dingo/API wiki. This plugin is simply a wrapper for the Dingo/API.