Prashant Garbuja Resume API

- Lets make a REST API Call to my Resume API

For detailed information about each endpoint and how to use them, you can explore my Swagger OpenAPI documentation.

Table of Contents

  1. cURL
  2. API Client
  3. Endpoints
  4. Contact

Using cURL

cURL is a versatile command-line tool for making requests to remote servers. It's a quick way to access my API resume.

  1. Make sure cURL is installed on your machine. Run: curl --version


    You should see some output information about the version of cURL installed on your machine. If you get a message indicating you do not have cURL installed, you may download and install cURL or use another method to view my API resume.

  2. Once you have verified that cURL is installed, execute the following code in the command line:
    curl -k https://api.prashantgarbuja.com/api

  3. The /api endpoint will list the available endpoints for you, or you can explore them here.

Using an API client

API clients like Postman and Insomnia provide a visual interface to interact with APIs, making it easy to test endpoints. This is the recommended method to view my API resume.

  1. Download and install your preferred API client (e.g., Postman).

  2. Create a new workspace and navigate to make an HTTP request.

  3. Select GET and enter the request URL:https://api.prashantgarbuja.com/apiClick Send

  4. View the response JSON in your API client. The /api endpoint will list the available endpoints for you, or you can explore them here.

Endpoints

Once you're set up with cURL or an API client, you can explore my API resume using various endpoints. Endpoints are different URLs where you can make GET requests to view the different parts of my resume.


See the available endpoints below:

  1. Index: Lists all available routes.https://api.prashantgarbuja.com/api
  2. Resume: View Full Resumehttps://api.prashantgarbuja.com/api/resume
  3. About me: Know about me here.https://api.prashantgarbuja.com/api/me
  4. Projects: View information about the projects I've built.https://api.prashantgarbuja.com/api/projects
  5. Education: View my educational background.https://api.prashantgarbuja.com/api/education
  6. Experience: Read about my previous career experience.https://api.prashantgarbuja.com/api/experience
  7. Contact: View my preferred contact information. https://api.prashantgarbuja.com/api/contact
    NOTE: Only Get request can be performed.

Contact

Thank you for exploring my API resume. For inquiries, feel free to email me at [email protected]. You can also find me on , , or .