Classes

The following classes are available globally.

  • DDPClient is the base class for communicating with a server using the DDP protocol

    See more

    Declaration

    Swift

    public class DDPClient: NSObject
  • Meteor is a class to simplify communicating with and consuming MeteorJS server services

    See more

    Declaration

    Swift

    public class Meteor
  • MeteorCollection is a class created to provide a base class and api for integrating SwiftDDP with persistence stores. MeteorCollection should generally be subclassed, with the methods documentWasAdded, documentWasChanged and documentWasRemoved facilitating communicating with the datastore.

    See more

    Declaration

    Swift

    public class MeteorCollection: NSObject, MeteorCollectionType