Code Monkey home page Code Monkey logo

fetch-wrapper's People

Contributors

allenpigar avatar ardeay avatar darwin808 avatar glespinosa avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fetch-wrapper's Issues

Need to update createDomain to accept a branch in the payload

When executing the create domain endpoint a branch is passed as well to differentiate between live and dev.

Currrently on the /src/FetchWrapper.ts file at line 627 we have the createDomain method that hits the POST Create Domain accounts API endpoint. This endpoint requires a branch key-value pair to be passed in order to establish the domain as a live or dev domain. The accounts API docs do not show this but it can be seen in the payload when adding a domain to an instance. I need this ability to pass a domain and a branch to be added to the createDomain method. For example:

// Domains
   async createDomain(instanceZUID: string, domain: string, branch: string) {
      let payload = JSON.stringify({
         domain, branch,
      })
      let url = this.accountsAPIURL + this.accountsAPIEndpoints.domainPOST
      return await this.makeRequest(url, "POST", payload)
   }

This is blocking me from using this endpoint in the new accounts domain build because I cannot pass a branch to to createDomain method

Endpoint:
https://accounts-api.zesty.org/?version=latest#8e73b3e3-0cd5-4df6-9e36-78eb09a16a79

fetch wrapper method:
image

the payload sent currently in accounts:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.