AppCode 2018.2 Help

Coding Assistance for REST Development

Besides the common Web services support, AppCode provides the following facilities for developing RESTful Web services:

HTTP Client in Code Editor

The dedicated HTTP Client in AppCode Code Editor provides the following facilities for working with HTTP requests:

  • Composing and executing requests
  • Displaying server responses and the executed requests history
  • Completing the HTTP request parts from the @Path and @Produces annotations specified in the Objective-C code
Last modified: 16 August 2018

See Also