SMRestPublicMethodTypes Constants Reference

Declared in SMPublicRequestService.h
Availability 5.24.0

SMRestPublicMethodTypes

Definition

typedef NS_ENUM(NSInteger, SMRestPublicMethodTypes ) {
   POST,
   GET,
   PUT,
   DELETE,
};

Constants

POST

The variable type that will be used to REST query

  • POST
  • GET
  • PUT
  • DELETE

Available in 5.24.0

Declared In SMPublicRequestService.h.

GET

The variable type that will be used to REST query

  • POST
  • GET
  • PUT
  • DELETE

Available in 5.24.0

Declared In SMPublicRequestService.h.

PUT

The variable type that will be used to REST query

  • POST
  • GET
  • PUT
  • DELETE

Available in 5.24.0

Declared In SMPublicRequestService.h.

DELETE

The variable type that will be used to REST query

  • POST
  • GET
  • PUT
  • DELETE

Available in 5.24.0

Declared In SMPublicRequestService.h.

Availability

5.24.0

Declared In

SMPublicRequestService.h