Return created/updated objects
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức phù hợp với người mới
- 45/100
Hướng nghiên cứu
Bắt đầu với src/Rest/Base.php ở các dòng 60-74 và lần theo hàm saveAndUpdate. Sử dụng commit của fork được liên kết làm tài liệu tham khảo, sau đó xác minh rằng các thao tác create/update và saveAndUpdate cung cấp đối tượng do API trả về, bao gồm quyền truy cập vào response đã giải mã và ID mới được tạo.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Overview
The API itself will already return the full object if you do a create/update operation. However, the library swallows this response here:
https://github.com/Shopify/shopify-php-api/blob/0556edf274ceb83346533bd22b662d7622e58c66/src/Rest/Base.php#L60-L74
Solution
Adding return $response->getDecodedBody(); at the end of the function should suffice. Note that the saveAndUpdate function would also need to be updated, with return $this->save(true);. Implementation can be found in my fork: https://github.com/MagicLegend/shopify-php-api/commit/d43bc94601dabae8135cd1c35b5f4af3e1fdac23
Type
- New feature
- Changes to existing features
Motivation
What inspired this feature request? What problems were you facing?
I would like to verify the saved object myself, without needing to query the API again for data that was already returned in the first place. This also allows immediate access to the ID of the newly created object.
- Ngôn ngữ chính
- PHP
- Star
- 473
- Fork
- 193
- Merge trung bình
- 5 giờ 8 phút
- Pull request đã merge (30 ngày)
- 1
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của Shopify/shopify-api-php
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 78/100
Shopify/shopify-api-php#470 ·
-
automated
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 55/100
Shopify/shopify-api-php#469 ·
-
automated
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 35/100
Shopify/shopify-api-php#466 · 1 reaction ·
-
automated
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 48/100
Shopify/shopify-api-php#464 · 1 bình luận · 1 reaction ·
-
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 38/100
Shopify/shopify-api-php#462 · 3 bình luận · 5 reaction ·
Tất cả issue của Shopify/shopify-api-php
Issue tương tự
-
sync-en
Độ khó 1/5 1-3 giờ Mức phù hợp với người mới 88/100
-
sync-en
Độ khó 1/5 1-3 giờ Mức phù hợp với người mới 88/100
-
Перевод устарел
Độ khó 1/5 1-3 giờ Mức phù hợp với người mới 88/100
-
priority: p3
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
googleapis/librarian#7636 ·
-
0. Needs triage bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 78/100
nextcloud/fulltextsearch#1011 ·