Documentation ¶
Overview ¶
Package api contains the definition of all web services to extract data from the Polyglottis Platform.
Package api contains the definition of all web services to extract data from the Polyglottis Platform.
Index ¶
- func Error(r *http.Request, w http.ResponseWriter, err error)
- type Server
- func (s *Server) ExtractById(r *http.Request) ([]byte, error)
- func (s *Server) ExtractLanguages(r *http.Request) ([]byte, error)
- func (s *Server) ExtractList(r *http.Request) ([]byte, error)
- func (s *Server) ExtractSearch(r *http.Request) ([]byte, error)
- func (s *Server) RegisterServices(r *mux.Router)
- func (s *Server) Root(r *http.Request) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.