Skip to content

Commit

Permalink
Follow-up solvedac/unofficial-documentation (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: RanolP <[email protected]>
  • Loading branch information
github-actions[bot] and RanolP authored Feb 22, 2022
1 parent ec39cac commit eb9a64c
Show file tree
Hide file tree
Showing 37 changed files with 855 additions and 314 deletions.
2 changes: 1 addition & 1 deletion dist/apis/AccountApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/AccountApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
38 changes: 38 additions & 0 deletions dist/apis/CoinsApi.d.ts
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>;
}
65 changes: 65 additions & 0 deletions dist/apis/CoinsApi.js
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();
}
}
2 changes: 1 addition & 1 deletion dist/apis/DefaultApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/DefaultApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/OtherApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/OtherApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
12 changes: 6 additions & 6 deletions dist/apis/ProblemApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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로 문제 가져오기
Expand All @@ -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>>;
}
2 changes: 1 addition & 1 deletion dist/apis/ProblemApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading

0 comments on commit eb9a64c

Please sign in to comment.