VoidVampire / rekroot

ExpressJS backend of rekroot platform
0 stars 0 forks source link

GET /company/:id/posting/:postingid #8

Closed srevinsaju closed 10 months ago

srevinsaju commented 10 months ago

Returns the details of the posting, depends on #6

{
    "job_title": "...",
    "description": "..."
    ...
}