-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow-up solvedac/unofficial-documentation (#27)
Co-authored-by: RanolP <[email protected]>
- Loading branch information
1 parent
ec39cac
commit eb9a64c
Showing
37 changed files
with
855 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @solvedac/unofficial-documentation | ||
* 이 프로젝트는 [solved.ac](https://solved.ac/) API를 문서화하는 커뮤니티 프로젝트입니다. 이 저장소는 원작자의 요청에 따라 언제든 지워질 수 있으며, 현재 API와 일치하지 않을 수도 있는 점 양해 부탁드립니다. <sup> solved.ac 서비스는 shiftpsh가 기획·개발·디자인·운영하는 프로젝트로, 이 저장소와는 solved.ac의 API를 문서화해둔 것 이외에는 아무런 관련이 없습니다. </sup> **주의**: account 하위 루트를 탐색할 경우, 현재 로그인된 solvedacToken이 노출·오용될 수 있으니 주의하십시오. [GitHub에서 보기](https://github.com/solvedac/unofficial-documentation) ![@solvedac/unofficial-documentation banner](./assets/solvedac-ud-compact.png) | ||
* | ||
* The version of the OpenAPI document: 3.2021.09+b2 | ||
* The version of the OpenAPI document: 3.2022.02+b1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @solvedac/unofficial-documentation | ||
* 이 프로젝트는 [solved.ac](https://solved.ac/) API를 문서화하는 커뮤니티 프로젝트입니다. 이 저장소는 원작자의 요청에 따라 언제든 지워질 수 있으며, 현재 API와 일치하지 않을 수도 있는 점 양해 부탁드립니다. <sup> solved.ac 서비스는 shiftpsh가 기획·개발·디자인·운영하는 프로젝트로, 이 저장소와는 solved.ac의 API를 문서화해둔 것 이외에는 아무런 관련이 없습니다. </sup> **주의**: account 하위 루트를 탐색할 경우, 현재 로그인된 solvedacToken이 노출·오용될 수 있으니 주의하십시오. [GitHub에서 보기](https://github.com/solvedac/unofficial-documentation) ![@solvedac/unofficial-documentation banner](./assets/solvedac-ud-compact.png) | ||
* | ||
* The version of the OpenAPI document: 3.2021.09+b2 | ||
* The version of the OpenAPI document: 3.2022.02+b1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/** | ||
* @solvedac/unofficial-documentation | ||
* 이 프로젝트는 [solved.ac](https://solved.ac/) API를 문서화하는 커뮤니티 프로젝트입니다. 이 저장소는 원작자의 요청에 따라 언제든 지워질 수 있으며, 현재 API와 일치하지 않을 수도 있는 점 양해 부탁드립니다. <sup> solved.ac 서비스는 shiftpsh가 기획·개발·디자인·운영하는 프로젝트로, 이 저장소와는 solved.ac의 API를 문서화해둔 것 이외에는 아무런 관련이 없습니다. </sup> **주의**: account 하위 루트를 탐색할 경우, 현재 로그인된 solvedacToken이 노출·오용될 수 있으니 주의하십시오. [GitHub에서 보기](https://github.com/solvedac/unofficial-documentation) ![@solvedac/unofficial-documentation banner](./assets/solvedac-ud-compact.png) | ||
* | ||
* The version of the OpenAPI document: 3.2022.02+b1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
import * as runtime from '../runtime.js'; | ||
import { CoinshopProduct, InlineResponse2001 } from '../models/index.js'; | ||
/** | ||
* | ||
*/ | ||
export declare class CoinsApi extends runtime.BaseAPI { | ||
/** | ||
* 코인샵에서 팔고 있는 상품 목록을 가져옵니다. | ||
* 코인샵 판매 목록 가져오기 | ||
*/ | ||
getCoinShopProductsRaw(initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<CoinshopProduct>>>; | ||
/** | ||
* 코인샵에서 팔고 있는 상품 목록을 가져옵니다. | ||
* 코인샵 판매 목록 가져오기 | ||
*/ | ||
getCoinShopProducts(initOverrides?: RequestInit): Promise<Array<CoinshopProduct>>; | ||
/** | ||
* 현재 코인 → 별조각 환율을 가져옵니다. | ||
* 코인 → 별조각 환율 가져오기 | ||
*/ | ||
getCoinsExchangeRateRaw(initOverrides?: RequestInit): Promise<runtime.ApiResponse<InlineResponse2001>>; | ||
/** | ||
* 현재 코인 → 별조각 환율을 가져옵니다. | ||
* 코인 → 별조각 환율 가져오기 | ||
*/ | ||
getCoinsExchangeRate(initOverrides?: RequestInit): Promise<InlineResponse2001>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* @solvedac/unofficial-documentation | ||
* 이 프로젝트는 [solved.ac](https://solved.ac/) API를 문서화하는 커뮤니티 프로젝트입니다. 이 저장소는 원작자의 요청에 따라 언제든 지워질 수 있으며, 현재 API와 일치하지 않을 수도 있는 점 양해 부탁드립니다. <sup> solved.ac 서비스는 shiftpsh가 기획·개발·디자인·운영하는 프로젝트로, 이 저장소와는 solved.ac의 API를 문서화해둔 것 이외에는 아무런 관련이 없습니다. </sup> **주의**: account 하위 루트를 탐색할 경우, 현재 로그인된 solvedacToken이 노출·오용될 수 있으니 주의하십시오. [GitHub에서 보기](https://github.com/solvedac/unofficial-documentation) ![@solvedac/unofficial-documentation banner](./assets/solvedac-ud-compact.png) | ||
* | ||
* The version of the OpenAPI document: 3.2022.02+b1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
import * as runtime from '../runtime.js'; | ||
/** | ||
* | ||
*/ | ||
export class CoinsApi extends runtime.BaseAPI { | ||
/** | ||
* 코인샵에서 팔고 있는 상품 목록을 가져옵니다. | ||
* 코인샵 판매 목록 가져오기 | ||
*/ | ||
async getCoinShopProductsRaw(initOverrides) { | ||
const queryParameters = {}; | ||
const headerParameters = {}; | ||
const response = await this.request({ | ||
path: `/coins/shop/list`, | ||
method: 'GET', | ||
headers: headerParameters, | ||
query: queryParameters, | ||
}, initOverrides); | ||
return new runtime.JSONApiResponse(response); | ||
} | ||
/** | ||
* 코인샵에서 팔고 있는 상품 목록을 가져옵니다. | ||
* 코인샵 판매 목록 가져오기 | ||
*/ | ||
async getCoinShopProducts(initOverrides) { | ||
const response = await this.getCoinShopProductsRaw(initOverrides); | ||
return await response.value(); | ||
} | ||
/** | ||
* 현재 코인 → 별조각 환율을 가져옵니다. | ||
* 코인 → 별조각 환율 가져오기 | ||
*/ | ||
async getCoinsExchangeRateRaw(initOverrides) { | ||
const queryParameters = {}; | ||
const headerParameters = {}; | ||
const response = await this.request({ | ||
path: `/coins/exchange_rate`, | ||
method: 'GET', | ||
headers: headerParameters, | ||
query: queryParameters, | ||
}, initOverrides); | ||
return new runtime.JSONApiResponse(response); | ||
} | ||
/** | ||
* 현재 코인 → 별조각 환율을 가져옵니다. | ||
* 코인 → 별조각 환율 가져오기 | ||
*/ | ||
async getCoinsExchangeRate(initOverrides) { | ||
const response = await this.getCoinsExchangeRateRaw(initOverrides); | ||
return await response.value(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @solvedac/unofficial-documentation | ||
* 이 프로젝트는 [solved.ac](https://solved.ac/) API를 문서화하는 커뮤니티 프로젝트입니다. 이 저장소는 원작자의 요청에 따라 언제든 지워질 수 있으며, 현재 API와 일치하지 않을 수도 있는 점 양해 부탁드립니다. <sup> solved.ac 서비스는 shiftpsh가 기획·개발·디자인·운영하는 프로젝트로, 이 저장소와는 solved.ac의 API를 문서화해둔 것 이외에는 아무런 관련이 없습니다. </sup> **주의**: account 하위 루트를 탐색할 경우, 현재 로그인된 solvedacToken이 노출·오용될 수 있으니 주의하십시오. [GitHub에서 보기](https://github.com/solvedac/unofficial-documentation) ![@solvedac/unofficial-documentation banner](./assets/solvedac-ud-compact.png) | ||
* | ||
* The version of the OpenAPI document: 3.2021.09+b2 | ||
* The version of the OpenAPI document: 3.2022.02+b1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @solvedac/unofficial-documentation | ||
* 이 프로젝트는 [solved.ac](https://solved.ac/) API를 문서화하는 커뮤니티 프로젝트입니다. 이 저장소는 원작자의 요청에 따라 언제든 지워질 수 있으며, 현재 API와 일치하지 않을 수도 있는 점 양해 부탁드립니다. <sup> solved.ac 서비스는 shiftpsh가 기획·개발·디자인·운영하는 프로젝트로, 이 저장소와는 solved.ac의 API를 문서화해둔 것 이외에는 아무런 관련이 없습니다. </sup> **주의**: account 하위 루트를 탐색할 경우, 현재 로그인된 solvedacToken이 노출·오용될 수 있으니 주의하십시오. [GitHub에서 보기](https://github.com/solvedac/unofficial-documentation) ![@solvedac/unofficial-documentation banner](./assets/solvedac-ud-compact.png) | ||
* | ||
* The version of the OpenAPI document: 3.2021.09+b2 | ||
* The version of the OpenAPI document: 3.2022.02+b1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @solvedac/unofficial-documentation | ||
* 이 프로젝트는 [solved.ac](https://solved.ac/) API를 문서화하는 커뮤니티 프로젝트입니다. 이 저장소는 원작자의 요청에 따라 언제든 지워질 수 있으며, 현재 API와 일치하지 않을 수도 있는 점 양해 부탁드립니다. <sup> solved.ac 서비스는 shiftpsh가 기획·개발·디자인·운영하는 프로젝트로, 이 저장소와는 solved.ac의 API를 문서화해둔 것 이외에는 아무런 관련이 없습니다. </sup> **주의**: account 하위 루트를 탐색할 경우, 현재 로그인된 solvedacToken이 노출·오용될 수 있으니 주의하십시오. [GitHub에서 보기](https://github.com/solvedac/unofficial-documentation) ![@solvedac/unofficial-documentation banner](./assets/solvedac-ud-compact.png) | ||
* | ||
* The version of the OpenAPI document: 3.2021.09+b2 | ||
* The version of the OpenAPI document: 3.2022.02+b1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @solvedac/unofficial-documentation | ||
* 이 프로젝트는 [solved.ac](https://solved.ac/) API를 문서화하는 커뮤니티 프로젝트입니다. 이 저장소는 원작자의 요청에 따라 언제든 지워질 수 있으며, 현재 API와 일치하지 않을 수도 있는 점 양해 부탁드립니다. <sup> solved.ac 서비스는 shiftpsh가 기획·개발·디자인·운영하는 프로젝트로, 이 저장소와는 solved.ac의 API를 문서화해둔 것 이외에는 아무런 관련이 없습니다. </sup> **주의**: account 하위 루트를 탐색할 경우, 현재 로그인된 solvedacToken이 노출·오용될 수 있으니 주의하십시오. [GitHub에서 보기](https://github.com/solvedac/unofficial-documentation) ![@solvedac/unofficial-documentation banner](./assets/solvedac-ud-compact.png) | ||
* | ||
* The version of the OpenAPI document: 3.2021.09+b2 | ||
* The version of the OpenAPI document: 3.2022.02+b1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
* @solvedac/unofficial-documentation | ||
* 이 프로젝트는 [solved.ac](https://solved.ac/) API를 문서화하는 커뮤니티 프로젝트입니다. 이 저장소는 원작자의 요청에 따라 언제든 지워질 수 있으며, 현재 API와 일치하지 않을 수도 있는 점 양해 부탁드립니다. <sup> solved.ac 서비스는 shiftpsh가 기획·개발·디자인·운영하는 프로젝트로, 이 저장소와는 solved.ac의 API를 문서화해둔 것 이외에는 아무런 관련이 없습니다. </sup> **주의**: account 하위 루트를 탐색할 경우, 현재 로그인된 solvedacToken이 노출·오용될 수 있으니 주의하십시오. [GitHub에서 보기](https://github.com/solvedac/unofficial-documentation) ![@solvedac/unofficial-documentation banner](./assets/solvedac-ud-compact.png) | ||
* | ||
* The version of the OpenAPI document: 3.2021.09+b2 | ||
* The version of the OpenAPI document: 3.2022.02+b1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
import * as runtime from '../runtime.js'; | ||
import { InlineResponse2001, InlineResponse2002, TaggedProblem } from '../models/index.js'; | ||
import { InlineResponse2002, InlineResponse2003, TaggedProblem } from '../models/index.js'; | ||
export interface GetProblemByIdRequest { | ||
problemId: number; | ||
} | ||
|
@@ -25,12 +25,12 @@ export declare class ProblemApi extends runtime.BaseAPI { | |
* 문제 개수를 문제 CLASS별로 가져옵니다. | ||
* CLASS별 문제 수 가져오기 | ||
*/ | ||
getClassProblemCountRaw(initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<InlineResponse2001>>>; | ||
getClassProblemCountRaw(initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<InlineResponse2002>>>; | ||
/** | ||
* 문제 개수를 문제 CLASS별로 가져옵니다. | ||
* CLASS별 문제 수 가져오기 | ||
*/ | ||
getClassProblemCount(initOverrides?: RequestInit): Promise<Array<InlineResponse2001>>; | ||
getClassProblemCount(initOverrides?: RequestInit): Promise<Array<InlineResponse2002>>; | ||
/** | ||
* 해당하는 ID의 문제를 가져옵니다. | ||
* ID로 문제 가져오기 | ||
|
@@ -55,10 +55,10 @@ export declare class ProblemApi extends runtime.BaseAPI { | |
* 문제 개수를 문제 수준별로 가져옵니다. | ||
* 수준별 문제 수 가져오기 | ||
*/ | ||
getProblemLevelRaw(initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<InlineResponse2002>>>; | ||
getProblemLevelRaw(initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<InlineResponse2003>>>; | ||
/** | ||
* 문제 개수를 문제 수준별로 가져옵니다. | ||
* 수준별 문제 수 가져오기 | ||
*/ | ||
getProblemLevel(initOverrides?: RequestInit): Promise<Array<InlineResponse2002>>; | ||
getProblemLevel(initOverrides?: RequestInit): Promise<Array<InlineResponse2003>>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @solvedac/unofficial-documentation | ||
* 이 프로젝트는 [solved.ac](https://solved.ac/) API를 문서화하는 커뮤니티 프로젝트입니다. 이 저장소는 원작자의 요청에 따라 언제든 지워질 수 있으며, 현재 API와 일치하지 않을 수도 있는 점 양해 부탁드립니다. <sup> solved.ac 서비스는 shiftpsh가 기획·개발·디자인·운영하는 프로젝트로, 이 저장소와는 solved.ac의 API를 문서화해둔 것 이외에는 아무런 관련이 없습니다. </sup> **주의**: account 하위 루트를 탐색할 경우, 현재 로그인된 solvedacToken이 노출·오용될 수 있으니 주의하십시오. [GitHub에서 보기](https://github.com/solvedac/unofficial-documentation) ![@solvedac/unofficial-documentation banner](./assets/solvedac-ud-compact.png) | ||
* | ||
* The version of the OpenAPI document: 3.2021.09+b2 | ||
* The version of the OpenAPI document: 3.2022.02+b1 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
Oops, something went wrong.