REST API Development [FB Live Series]
Free

রেস্ট এপিআই ডেভেলপমেন্ট নিয়ে আমাদের ফেইসবুক লাইভ সিরিজের সবগুলো ভিডিও এই কোর্সে পাওয়া যাবে।
কোর্সটিতে নিচের বিষয়গুলো নিয়ে হাতে কলমে প্রজেক্ট তৈরি করা দেখানো হবেঃ
১। রেস্ট এপিআই কি, কেনো দরকার
২। রেস্ট এপিআই এর প্রিন্সিপালস
৩। লুমেন ব্যবহার করে রেস্ট এপিআই তৈরি করা
৪। রেস্ট এপিআই এর প্রিন্সিপালগুলো ব্যবহার করা
৫। নোড ব্যবহার করে রেস্ট এপিআই তৈরি করা
Course Features
- Lectures 6
- Certificate No
REST API Introduction
Polls API Design
User Create & List User Endpoints
REST API Authentication
JWT Authentication Implementation
Access Control
7 Comments
Best platform for learning programming.Absolutely beneficial.
it is good
Great! Thank you once again for giving us the above opportunity.
How can i Download all slider from here? Where is the download link?
http://localhost/blog/public/api/v1/login , vai when i am requesting with this endpoint i am getting token
//these are restricted routes
$router->group([‘middleware’=>’auth:api’], function () use ($router) {
$router->get(‘/users’, ‘UsersController@index’);
$router->get(‘/me’, ‘UsersController@me’);
});
when i am going to see users list, with http://localhost/blog/public/api/v1/users endpoint and selecting Authorization tab and selecting Bearer Token type and entering token in token field and sending request, but it displaying bellow error :
Argument 3 passed to Lcobucci\JWT\Signer\Hmac::doVerify() must be an instance of Lcobucci\JWT\Signer\Key, null given, called in G:\xampp\htdocs\blog\vendor\lcobucci\jwt\src\Signer\BaseSigner.php on line 44
can you help me about this error?
What’s your Laravel version and can you please share your full project in Github?
Really so helpful tutorial