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 | 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 |