No-57 / orange-frontstage-api

0 stars 2 forks source link

add iOS Feature - API #37 #22

Closed KaoWeiCheng closed 9 months ago

KaoWeiCheng commented 9 months ago

add Board and Theme GET API

Request:

GET https://{domainhost}/v1/boards?code={code}&limit={limit}

GET https://{domainhost}/v1/themes?{type}

Note

The columns "created_at" and "updated_at" in the DB table "boards" correspond to "created_date" and "updated_date" mentioned in the documentation. My program currently prioritizes the table's columns, so if any changes are needed, please let me know. Thank you.

asdfg429 commented 9 months ago

LGTM @Vince-Ku your questions will solved after you check issue #15. But I don't know how to link this issue to #15. I created an ExceptionHandler.

Vince-Ku commented 9 months ago

LGTM @Vince-Ku your questions will solved after you check issue #15. But I don't know how to link this issue to #15. I created an ExceptionHandler.

got it.

Vince-Ku commented 9 months ago

@KaoWeiCheng I made a few adjustments, please check.

For a quick test, I've rebased this branch onto the latest Main branch, I hope this is ok with you 🥹.

KaoWeiCheng commented 9 months ago

No problem at all, thank you!