Policy for a group.
Invite
will set the group to be invite-onlypending
field is the set of ships to send invites toOpen
will set the group to be generally open to the publicbanRanks
field allows you to ban entire classes of ships. See
https://urbit.org/docs/glossary/ship for the meanings of ship ranks.banned
field allows you to ban specific shipsBanned or allowed.
createSpider : { url : String, name : String, policy : Policy, title : String, description : String } -> (Result Http.Error () -> msg) -> Platform.Cmd.Cmd msg
Create a group via a spider thread.
deleteSpider : { url : String, resource : Urbit.Graph.Resource } -> (Result Http.Error () -> msg) -> Platform.Cmd.Cmd msg
Delete a group via a spider thread.
leaveSpider : { url : String, resource : Urbit.Graph.Resource } -> (Result Http.Error () -> msg) -> Platform.Cmd.Cmd msg
Leave a group via a spider thread.
inviteSpider : { url : String, resource : Urbit.Graph.Resource, ships : List Urbit.Encoding.Atom.Atom, description : String } -> (Result Http.Error () -> msg) -> Platform.Cmd.Cmd msg
Send invites to a group via a spider thread.