Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Update Portfolio via API #71

Open
fadhilx opened this issue Jun 1, 2022 · 0 comments
Open

Feature Request: Update Portfolio via API #71

fadhilx opened this issue Jun 1, 2022 · 0 comments

Comments

@fadhilx
Copy link

fadhilx commented Jun 1, 2022

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...

@fadhilx fadhilx changed the title Future Request: Update Portfolio via API Feature Request: Update Portfolio via API Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant