Code Monkey home page Code Monkey logo

Comments (2)

Pochetes avatar Pochetes commented on June 26, 2024

Sample /personal API Response

{
    "firstName": "Roberto",
    "lastName": "Martinez",
    "email": "[email protected]",
    "description": "I am a sophomore at ...",
    "interests": [
        {
            "id": 1,
            "topic": "AI",
            "image": "<link_to_image>"
        },
        {
            "id": 2,
            "topic": "Innovation",
            "image": "<link_to_image>"
        },
        {
            "id": 3,
            "topic": "Blockchain",
            "image": "<link_to_image>"
        },
        {
            "id": 4,
            "topic": "Venture Capital",
            "image": "<link_to_image>"
        }
    ],
    "skills": [
        {
            "id": 1,
            "topic": "Python", 
            "image": "<link_to_image>"
        }, 
        {
            "id": 2,
            "topic": "C", 
            "image": "<link_to_image>"
        }, 
        {
            "id": 3,
            "topic": "Javascript", 
            "image": "<link_to_image>"
        }
    ],
    "contact": [
        {
            "id": 1,
            "title": "Twitter",
            "link": "<link_to_social>"
        },
        {
            "id": 2,
            "title": "Github",
            "link": "<link_to_social>"
        },
        {
            "id": 3,
            "title": "LinkedIn",
            "link": "<link_to_social>"
        }
    ]
}

from portfolio-api.

Pochetes avatar Pochetes commented on June 26, 2024

/personal Methods

Info

  • GET /personal/info --> Retrieves the main details about me: full name, email and description
  • PUT /personal/info --> Updates the main details about me (should only be the description)

Interests

  • GET /personal/interests --> Retrieves my favorite topic of interests.
  • GET /personal/interests/{ interestId } --> Retrieves one of my many topic of interests.
  • PATCH /personal/interests/{ interestId } --> Updates the specific topic of interest and/or image

Skills

  • GET /personal/skills --> Retrieves all of my technical skills.
  • GET /personal/skills/{ skillId } --> Retrieves one of my many technical skills.
  • POST /personal/skills --> Creates a new technical skill.
  • DELETE **/personal/skills/{ skillId } --> Deletes a specific technical skill

Contact

  • GET /personal/contact --> Retrieves all my points of communication.
  • GET /personal/contact/{ contactId } --> Retrieves a specific point of communication.
  • POST /personal/contact --> Creates a new point of communication.

from portfolio-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.