-
[201101]github API - markdown to htmlproblems 2020. 11. 2. 02:31
markdown을 html로 변환하기 위해 구글링을 하던 도중에 두 가지 방법을 찾았습니다.
unified라는 라이브러리를 사용하거나 github API로 변환하는 것입니다.
React나 Vuejs 같은 프레임 워크를 사용하지 않고 크롬 확장프로그램을 만들고 있기 때문에 라이브러리를 사용할 수 없었습니다.
그래서 다른 방법을 찾다가 github API를 알게 되었습니다.
Postman
github API - Basic Auth
Basic Auth 설정으로 github 유저이름과 비밀번호를 입력하면 더 많은 요청을 보낼 수 있습니다.
'problems' 카테고리의 다른 글
터치와 클릭 이벤트 다루기 (0) 2020.12.03 xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist (0) 2020.11.18 [201027]document.execcommand() alternative (1) 2020.10.28 [201023]GraphQL only supports GET and POST requests. (0) 2020.10.23 [201021]Query engine binary for current platform "debian-openssl -1.1x" could not be found (0) 2020.10.21