unofficial-documentation icon indicating copy to clipboard operation
unofficial-documentation copied to clipboard

solved.ac API를 문서화하는 커뮤니티 프로젝트

Results 16 unofficial-documentation issues
Sort by recently updated
recently updated
newest added

closes #74 - `content` example 기입시 따옴표 내부에 백틱을 넣어 Typespec이 인식하도록 하였습니다. - 누락된 `language` 및 `type` example을 추가하였습니다 ![image](https://github.com/user-attachments/assets/e63b0a3c-718f-426f-8bec-735b94542d03)

_Originally posted by @RanolP in https://github.com/solvedac/unofficial-documentation/pull/72#discussion_r1685518068_

### 로그인한 사용자의 이번주 랜덤 마라톤 정보를 가져오기 > https://solved.ac/api/v3/account/marathon/current 스킴 ``` { "edition": number, "problems": List "solvedProblemsTotal": number } ``` JSON 샘플 { "edition": 1, "problems": [ { "id":...

### 예시 https://solved.ac/api/v3/user/grass?handle=w8385&topic=default ### 스킴 ``` { "grass": List, "theme": string, "currentStreak": number, "longestStreak": number, "topic": enum["default", "today-solved", "today-solved-max-tier"] } ``` ### JSON ``` { "grass": [ { "date": "2024-10-03",...

https://solvedac.github.io/unofficial-documentation/#/mailto:[email protected] 으로 걸려 있습니다.

https://solvedac.github.io/unofficial-documentation/#/operations/getPostById 게시글 제목으로 게시글을 가져오는 게 아니라, 게시글 아이디로 가져오는 것 같습니다. - 제목: 게시글 제목으로 게시글 가져오기 → 게시글 아이디로 게시글 가져오기 - 본문: 해당 제목의 게시글을 가져옵니다. →...