반응형 Tool5 [Postman] API 개발, 공유, 테스트, 저장소 플랫폼 일을 하다보면 종종 외부 API를 사용해야 할 때가 있다. 물론 내부 API개발을 해야될 때도 있고. 그럴 때 유용하게 쓸 수 있는 플랫폼이 postman이다. 기능이 워낙 많아 전부 활용 하고 있지는 못하지만 API개발과 테스트 그리고 협업 할 때 유용하게 쓰이고 있다. 공식 사이트 : https://www.postman.com/ Postman API Platform | Sign Up for Free Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faste.. 2022. 8. 4. [Trello] 텍스트 효과 - <밑줄, 강조, 리스트, 코드, 들여쓰기 등등> 1. 숫자 목록형 1. 항목1 2. 항목2 * 단순 목록형 * 항목1 * 항목2 #글자크기 ##글자크기 ###글자크기 ####글자크기 #####글자크기 ** 강조1 ** 강조2 ----- 강조3 === *기울임* _기울임_ ~~취소선~~ 들여쓰기 라인 > 라인1 > 라인2 >>라인3 >>>라인4 ---------------------------- `code box` [text link](http://www.trello.com) 2022. 6. 23. [PhpStorm] Bitbucket 로그인 에러 어느날 갑자기 phpstorm에서 비트버킷 로그인 팝업창이 떴다. 이런 팝업창이 떠서 로그인을 암만 해도 안되는 것이다. 무시하고 push를 하면 push fail이 떴다. 웹사이트에서는 로그인이 잘 되었고 이상하다 싶어서 콘솔창을 켜봤다. 아래와같이 로그가 찍혀있었다. Push failed Logon failed, use ctrl+c to cancel basic credential prompt. remote: Bitbucket Cloud recently stopped supporting account passwords for Git authentication. remote: See our community post for more details: https://atlassian.community/t5/.. 2022. 3. 14. [Trello] The Trello REST API (1 : first API) 이제 막 API key와 token을 발행 했다면 API를 사용하는 방법을 익혀보자. 첫번째로 제일 간단하게 사용자에 속한 board를 조회해보는 것이다. 내 계정에 생성된 board를 불러오는 API이다. type : GET url : https://api.trello.com/1/members/{memberID}/boards?key={key}&token={token} API문서에는 {memberID}라고 되어있지만 어차피 API가 token기반이므로 me로 입력해도 된다고 적혀있다. type : GET url : https://api.trello.com/1/members/me/boards?key={key}&token={token} postman으로 API를 호출해 보았다. trello처음 생성시 만들어.. 2021. 8. 18. 이전 1 2 다음 반응형