58web3 / re-action

GNU General Public License v3.0
0 stars 0 forks source link

[API] How to upload meida to Noition using Notion API #29

Closed hanchenglin closed 1 year ago

hanchenglin commented 1 year ago

KR: Investigate how to upload meida to Noition using Notion API

Notion API: https://developers.notion.com/docs/getting-started

hanchenglin commented 1 year ago

@caoluan7238 Hi! Nice to meet you! Can you check this issue?

URLをNotionAPIに以下項目とともにセットしPOST

hanchenglin commented 1 year ago

@caoluan7238 Hi! Please share any findings from the Notion API.

caoluan7238 commented 1 year ago

Hi, sorry for the late reply. This is my first time working with an API so it took me some time. So I’ve been trying to figure out base on the tutorials, I was able to make some post the informations (title, url, status,did,wallet address) onto a notion page through the notion API. I wasn’t sure how these information are to be inputted through notion api so I just made them add onto the notion database. For the env file it needs the notion key and notion database id that can be gathered from notion integration. Please find any adjustments needed in the pull request

hanchenglin commented 1 year ago

I'll call it a done deal.