Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request methods #44

Open
danielabajirov opened this issue Oct 6, 2022 · 0 comments
Open

Request methods #44

danielabajirov opened this issue Oct 6, 2022 · 0 comments
Assignees

Comments

@danielabajirov
Copy link
Collaborator

Description

Based on the information in the description of each request, we can determine if the request type matches what is specified in the description.

Examples

  1. This method retrieves the details of a specific item, such as description, price, category, all item aspects, condition, return policies, seller feedback and score, shipping options, shipping costs, estimated delivery, and other information the buyer needs to make a purchasing decision.
  2. This method checks if a product is compatible with the specified item.
  3. Merge and analyse sites within a network channel to determine the best server at a given location.
  4. Warning! you could lose data. This function will delete the entry from the database and the file from the disk.

In the first example, it is clear that it is a GET type request. The second example might be a little tricky, but "check" is a controller and thus a POST type request. The third example is complicated, but based on Mase's rules, this is a POST request because it has two controllers, which satisfies the POST request assumption. The last one is of type DELETE.

@danielabajirov danielabajirov self-assigned this Oct 15, 2022
BlueWaves2 added a commit that referenced this issue Oct 23, 2022
xJREB pushed a commit that referenced this issue Aug 25, 2023
Former-commit-id: a7ceadbb8f1f0a1844777717568d5278bfa655be [formerly 681438c]
Former-commit-id: 5b774428d0d43513dfdb8492a084bb2d181a80ae
Former-commit-id: 2dec277b699168795c6c21e2405243177798bdcb [formerly 6e0bd89df40f934dc8cf0c8a3da2d26cbd8639a8]
Former-commit-id: c541df926026bd3a0c796c8d01492c0aa97ecf38
xJREB pushed a commit that referenced this issue Aug 25, 2023
…erkel/Projektarbeit-Master into rule/#44/request-methods

Former-commit-id: 556a750afb75c9c268776f118f8cb5ee7b4889e7 [formerly 6a05201]
Former-commit-id: 0802e48671e359adf99f9812913596bbc29d6dd1
Former-commit-id: 942f86e9eab457f80bb7c100fd9feee200e3756d [formerly 7772093d87f590fd1b78e1986c3400ccac8b585f]
Former-commit-id: e7a51bf54fd4ba5c05e2b35f37816f818e204bfd
xJREB pushed a commit that referenced this issue Aug 25, 2023
Rule/#44/request methods

Former-commit-id: f5fce060c5bb5aa0859584ca1efa660ac688b93a [formerly 05e1b17]
Former-commit-id: 3e0572e24f62e6f7dcc978e48c0d7c499e1a73b6
Former-commit-id: 63ee37b9b118e0f9c7b9e5ae2a4b9ed676ad9689 [formerly b543690068ba322f07be7381a63d1ee7637fc537]
Former-commit-id: caffc6b99d4c1c72db931d071b7e9c02ff4a80b5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant