Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The RestClient is the entry point for building a RESTful Web Service client. In order to start working with the Symphony Wink Client, a new instance of RestClient needs to be created, as the example shows in line 1 of the example. A new Resource is then created with the given URI, by calling the RestClient#resource() method as appears in line 2.

...