mephi007 / GithubAPI

0 stars 0 forks source link

The URL pattern should be query not the static string - Check description #4

Open ujjwalsb opened 5 years ago

ujjwalsb commented 5 years ago

https://github.com/mephi007/GithubAPI/blob/ce8b6217563167a7fc126e151b8e9dd2b8f9209a/GithubAPI/project.py#L19

For ex:- instance - localhost:5000/search?q=searched_username actual - localhost:5000/search?q=ujjwalsb

For reference: Try out a search in google and see the URL pattern

ujjwalsb commented 5 years ago

Check for dynamic URL pattern to learn how to implement this