ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Api Rails ¨6

دانلود کتاب Api Rails ¨6

Api Rails ¨6

مشخصات کتاب

Api Rails ¨6

ویرایش:  
نویسندگان:   
سری:  
 
ناشر:  
سال نشر:  
تعداد صفحات: 174 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 4 مگابایت 

قیمت کتاب (تومان) : 34,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 6


در صورت تبدیل فایل کتاب Api Rails ¨6 به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Api Rails ¨6 نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی درمورد کتاب به خارجی



فهرست مطالب

API on Rails 6
Table of Contents
Before
	Foreword
	About the author
	Copyright and license
	Thanks
Introduction
	Conventions on this book
	Development environments
		Text editors and Terminal
		Browsers
		Package manager
		Git
		Ruby
	Initializing the project
	Versioning
	Conclusion
The API
	Planning the application
	Setting the API
		Routes, Constraints and Namespaces
	Api versioning
	Conclusion
Presenting users
	User model
		Generation of the User model
		Password hash
	Build users
		Test our resource with cURL
		Create users
		Update users
		Delete the user
	Conclusion
Authenticating user
	Stateless session
		JWT presentation
		Setting up the authentication token
		Token’s controller
	Logged user
	Authentication with the token
		Authorize actions
	Conclusion
User’s products
	The product model
		The foundations of the product
		Product validations
	Products endpoints
		Show action for products
		Products list
		Creating products
		Updating products
		Destroying products
	Feed the database
	Conclusion
Building JSON
	Presentation of JSON:API
	Serialize user
	Serialize products
		Serialize associations
	Theory of the injection of relationships
		Integrate into a meta attribute
		Incorporate the object into the attribute
		Incorporate the relationships into `include
	Application of the injection of relationships
		Retrieve user’s products
	Search for products
		The keyword by
		By price
		Sort by creation date
	Conclusion
Placing Orders
	Modeling order
		Orders and Products
	Expose the user model
		Render a single order
		Placing and order
	Send order confirmation email
	Conclusion
Improving orders
	Decrementing product quantity
		Extending the Placement model
	Validate quantity of products
	Updating the total
	Conclusion
Optimizations
	Pagination
		Products
		Orders list
		Refactoring pagination
	API Caching
	N+1 Queries
		Prevention of N + 1 requests
	Activation of CORS
	Conclusion




نظرات کاربران