About 6,270,000 results
Open links in new tab
  1. create-stage — AWS CLI 1.40.6 Command Reference

    Creates a new Stage resource that references a pre-existing Deployment for the API. See also: AWS API Documentation. The string identifier of the associated RestApi. The name for the …

  2. RESTful way to create multiple items in one request

    Dec 28, 2016 · You use PUT to create resources when you want the client to specify the URI of the resource, like in webdav. I don't agree with the poster's use of PUT, but it does have a …

  3. How to Design a REST API - Step by Step Guide - REST API Tutorial

    Nov 6, 2023 · Follow these steps to design a REST API – Identify Object Model, Create Resource URIs, Determine Representations and Assign HTTP Methods.

  4. Designing a REST API - Medium

    Mar 26, 2022 · The resource path can include the individual resource’s unique identifier (/v1/salesOrder/B214873) to GET, PUT, PATCH, or DELETE a specific resource.

  5. create-stage — AWS CLI 2.27.12 Command Reference - Amazon …

    To create a stage in an API which will contain an existing deployment and custom Stage Variables Command: aws apigateway create - stage -- rest - api - id 1234123412 -- stage - name 'dev' -- …

  6. Create AWS API Gateway Resources, Methods, and Stages using …

    Mar 1, 2024 · By utilizing Terraform to define and provision AWS API Gateway resources, methods, and stages, you can automate the process of setting up scalable and maintainable …

  7. Set up a stage for a REST API in API Gateway - Amazon API

    The following section shows how to create and configure your stage. After the initial deployment, you can add more stages and associate them with existing deployments. You can use the API …

  8. A step-by-step guide to building a RESTful API - Educative

    Build RESTful APIs in Golang with this step-by-step guide. Develop a fully functional API for managing data in a simplified manner.

  9. Create single and multiple resources using restful HTTP

    Jun 20, 2012 · I suggest you create an index resource at the same time you create the individual resources, and return a "303 See Other" to it. That index representation would then contain …

  10. API Handyman | API Design Tips And Tricks - Getting, creating, …

    Apr 22, 2017 · Getting, creating, updating or deleting multiple resources in a single API call is a common need in REST APIs. But how to achieve that in a consistent way accomodating how …

  11. Some results have been removed