MLH-Fellowship / orientation-project-python-24.FAL.A

Orientation Project (Python for 24.FAL.A)
0 stars 9 forks source link

Implement API route to return a specific Skill #27

Closed nfallah closed 2 days ago

nfallah commented 5 days ago

This pull request closes issue #14. It allows users to query for specific skills via the 'id' query parameter; values outside of the valid range will return a generic error.

nfallah commented 5 days ago

@Pradyuman7