avis icon indicating copy to clipboard operation
avis copied to clipboard

코드 불러오기 / 저장하기

Open disjukr opened this issue 7 years ago • 1 comments

불러오기

주소창

  • [x] content 쿼리스트링으로부터 불러오기 (이전버전 호환용)
  • [x] gist 쿼리스트링으로부터 불러오기
  • [ ] https://github.com/aheui/snippets/ 코드 불러오기

ui

  • [x] 파일로부터 불러오기
  • [ ] gist로부터 불러오기

저장하기

  • [x] 파일로 저장하기
  • [ ] gist로 저장하기 (gist url 및 avis gist 쿼리스트링 공유주소 표시)
  • [ ] 주소 공유하기 (구 content 쿼리스트링 공유주소 표시)

disjukr avatar Apr 16 '17 07:04 disjukr

snippets 긁기

  • 깃헙 저장소 긁는 api: https://developer.github.com/v3/repos/contents/#get-contents
  • 라이브러리: http://github-tools.github.io/github/docs/3.1.0/Repository.html#getContents
  • 예시: https://api.github.com/repos/aheui/snippets/contents/

disjukr avatar Oct 04 '17 17:10 disjukr