Skip to content

1ofdafew/terakol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terakol

This is a REST API on top of Solr Engine library

The API

Endpoint Method Params Description
/api/auth POST json Authenticate for Token
/api/users GET none List all users
/api/users POST json Create a new user
/api/users/:id GET email List user by email
/api/users/:id PUT json Update user by email
/api/users/:id PATCH json Update user by email
/api/users/:id DELETE json Delete user by email
/api/media/ GET none List all media
/api/upload/ POST none Upload media

About

A REST API atop Solr Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.1%
  • CSS 30.6%
  • Erlang 6.5%
  • Vue 1.5%
  • HTML 0.2%
  • Makefile 0.1%