File: CRUDProtocol-class.Rd

package info (click to toggle)
r-cran-restfulr 0.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: ansic: 67; sh: 13; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 525 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\name{CRUDProtocol-class}
\docType{class}

\alias{class:CRUDProtocol}
\alias{CRUDProtocol-class}

\title{CRUDProtocol}
\description{
  \code{CRUDProtocol} is a base class for implementing the communication
  protocol for performing Create, Read, Update and Delete (CRUD)
  operations on a resource identified by a
  \code{\linkS4class{RestUri}}. Only HTTP is implemented by this
  package, and it should serve as useful example for other
  implementations.
}

\author{ Michael Lawrence }

\keyword{methods}
\keyword{classes}