Skip to content

Alt0car/testapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You can see test env at http://api.brudey.com/api

First you need to generate your own migration by using : bin/console do:mi:di/mi

  • Create user example :

use post method to url /api/user

{
    "birthDate": "1988-10-22",
    "pseudo": "toto la frite",
    "email": "hgthh hdhfh"
}
  • Add movies to user example :

use patch method to url /api/user/{userID}

{
"movies":
    [
      {"imdbId": "tt0000", "name": "toto la fritte", "thumb": "http://test.com/toto.jpg"},
      {"imdbId": "tt0005", "name": "toto le retour"}
    ]
}
  • Get top movies by request this url : /api/movies/top

  • get movies by user here : /api/movies/user/{userID}

  • get users for one movie using post method : /api/movie/users

just send imdbID of the film for get users linked to him

{
  "imdbId": "tt0000"
}

About

test rest api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages