BoxRequest

public class BoxRequest

Represents Box SDK API request.

  • Defines body type of a request

    See more

    Declaration

    Swift

    public enum BodyType

Request Endpoint Construction

  • Undocumented

    Declaration

    Swift

    func endpoint() -> URL
  • Undocumented

    Declaration

    Swift

    func addBoxAPIRelatedHeaders(_ headers: BoxHTTPHeaders?)
  • A description of the request body suitable for logging or debugging. May not include the full contents of the body.

    Declaration

    Swift

    var bodyDescription: Data? { get }