Giter Club home page Giter Club logo

Comments (8)

RonNabuurs avatar RonNabuurs commented on May 24, 2024 1

How do you mean an example. It's mostly "cosmetic" though, because you can use an PUT instead of an PATCH, but like said in this answer (https://www.quora.com/What-is-the-difference-between-PUT-POST-and-PATCH-for-RESTful-APIs). An PUT is for overwriting a whole entity and PATCH only for field updates.

HEAD is for only getting the header of a request, so without all the data (this could be handy for validating stuff before making a full request)

OPTIONS is used to receive information of the REST server like communication options. This can also be used for validation in an application.

from restclient.

jdnichollsc avatar jdnichollsc commented on May 24, 2024

Can you give me an example using these HTTP verbs?

from restclient.

jdnichollsc avatar jdnichollsc commented on May 24, 2024

ok, let me do the changes at weekend or you can create a pull request 👍

from restclient.

jdnichollsc avatar jdnichollsc commented on May 24, 2024

@ronneke1996 please validate the changes before generate a new release e287f94

Thanks in advance 👍

from restclient.

RonNabuurs avatar RonNabuurs commented on May 24, 2024

Looks fine by me, but at the moment I'm not able to test the code. So only a code review on github has been done by me.

from restclient.

jdnichollsc avatar jdnichollsc commented on May 24, 2024

@ronneke1996 A moment ago, I reverted all the changes from the master branch to create a pull request to compare with the previous version of the plugin, I'm going to add a property BodyString from the RequestHelper class to send your JSON if you want to use other tool to serialize the code, so let me do that change and improve the code, any comments are really apreciated

Pull request => #18

Regards, Nicholls

from restclient.

jdnichollsc avatar jdnichollsc commented on May 24, 2024

Check my friend the files modified, thanks for your help and patience! 💯 https://github.com/proyecto26/RestClient/pull/18/files

from restclient.

jdnichollsc avatar jdnichollsc commented on May 24, 2024

@ronneke1996 the issue was fixed in the last version
Any comment from the unity store is really appreciated! 👍 https://assetstore.unity.com/packages/tools/network/rest-client-for-unity-102501

from restclient.

Related Issues (20)

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.