Skip to content

Feature Request: Update Portfolio via API #71

@fadhilx

Description

@fadhilx

right now we can just read the API, but what if we already have a website as data center, and we want to update gitConnected portfolio from there. it will be nice if we can send update by calling the API using POST/PUT method like this:

 PUT https://gitconnected.com/v1/portfolio/johndoe/

request body:

{
 "skills": [
   {
      "name": "Next.js",
      "level": "Advanced",
      "keywords": [],
      "rating": 4,
      "yearsOfExperience": 2
    },
    ....
  ],
  ...
}

We might need authorization token in request header(which can be obtain on profile page):
Authorization: Bearer PJeBmgq0rKDZhzjcjHO...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions