Home - SOPT23-Befit/Befit-Server GitHub Wiki
Welcome to the Befit-Server wiki!
befitapi.tk:8080
μ¬μ± λ©μΈ λΈλλ
λΈλλ λͺ | λΈλλ idx |
---|---|
MINAV | 2 |
LAFUDGESTORE | 3 |
MORE OR LESS | 32 |
OiOi | 37 |
ANDERSSON BELL | 9 |
ROMANTIC CROWN | 12 |
CRITIC | 14 |
THISISNEVERTHAT | 17 |
λ¨μ± λ©μΈ λΈλλ
λΈλλ λͺ | λΈλλ idx |
---|---|
IST KUNST | 18 |
INSILENCE | 22 |
COVERNAT | 7 |
LIBERTENG | 10 |
ANDERSSON BELL | 9 |
ROMANTIC CROWN | 12 |
CRITIC | 14 |
THISISNEVERTHAT | 17 |
μΉ΄ν κ³ λ¦¬ idx
μΉ΄ν κ³ λ¦¬ | μΉ΄ν κ³ λ¦¬ idx |
---|---|
Outer | 0 |
Jacket | 1 |
Coat | 2 |
Shirts | 3 |
Knits | 4 |
Hoody | 5 |
Sweat-Shirts | 6 |
T-Shirts | 7 |
Onepiece | 8 |
Jeans | 9 |
Pants | 10 |
Slacks | 11 |
Short-Pants | 12 |
Skirts | 13 |
API λͺ μΈμ
auth
-
[POST] /login
User
-
[GET] /user (+token)
-
ν¨μ€μλ μ°ΎκΈ°λ₯Ό μν νμ μ‘°ν
[POST] /user/passwordFind (+request_body)
-
[POST] /user (+request_body)
-
νμ μ 보 μμ (password μ¬μ€μ )
[PUT] /user (+request_body)
-
νΉμ νμ λΈλλ μμ
[PUT] /user/brand (+token +request_body)
-
νΉμ νμ ν΅ν© λ‘κ·ΈμΈ νΌ μ 보 μμ
[PUT] /user/conbineForm (+token +request_body)
-
[DELETE] /user (+token)
Like
-
μ’μμ ν μν 리μ€νΈ μ‘°ν
[GET] /likes/products (+token)
-
[POST] /likes/products/{product_idx} (+token)
-
[DELETE] /likes/products/{product_idx} (+token)
-
μ’μμ ν λΈλλ 리μ€νΈ μ‘°ν
[GET] /likes/brands (+token)
-
[POST] /likes/brands/{brand_idx} (+token)
-
[DELETE] /likes/brands/{brand_idx} (+token)
Brands
-
μ΄λμ λ‘ λΈλλ 리μ€νΈ μ‘°ν
[GET] /brands?initial={initial} (+token)
-
νΉμ λΈλλ μ 보 μ‘°ν
[GET] /brands/{brand_idx} (+token)
-
λΈλλ λνΉ λ΄λ¦Όμ°¨μ 리μ€νΈ μ‘°ν
[GET] /brands/preference (+token)
-
λλ€ 3κ° λΈλλ λ³ μΈκΈ° μν 리μ€νΈ μ‘°ν
[GET] /brands/randomPopular/three (+token)
Products
-
μν 리μ€νΈ μ‘°ν (μ 체, μΉ΄ν κ³ λ¦¬, λΈλλ {with μ΅μ μ μΈκΈ°μ} )
[GET] /products (+token) [GET] /products/new/category/{category_idx} (+token) [GET] /products/popular/category/{category_idx} (+token) [GET] /products/new/brand/{brand_idx} (+token) [GET] /products/popular/brand/{brand_idx} (+token)
-
[GET] /products/{product_idx} (+token)
-
νΉμ μ μ λ₯Ό μν μν μΆμ² 리μ€νΈ μ‘°ν
[GET] /products/forUserRec (+token)
Closet
-
μ·μ₯ μμ΄ν λ±λ‘μ μν μν κ²μ
[GET] /closet/brands/{brand_idx}/category/{category_idx} (+token)
-
λμ μ·μ₯ μμ΄ν λ±λ‘
[POST] /closet (+token +request_body)
-
λμ μ·μ₯ μμ΄ν μμ
[DELETE] /closet/{closet_idx} (+token)
-
λμ μ·μ₯ 리μ€νΈ μ‘°ν (μΉ΄ν κ³ λ¦¬λ³)
[GET] /closet/category/{category_idx} (+token)
-
λμ μ·μ₯ νΉμ μμ΄ν μ‘°ν
[GET] /closet/{closet_idx} (+token)
-
λμ μ·μ₯ μμ΄ν κ³Ό λμ μ ν μν μ¬μ΄μ¦ λΉκ΅ μ‘°ν
[GET] /closet/{closet_idx}/compare/{product_idx}?product_size={product_size} (+token)
Search
-
[GET] /search/brands?name={name} (+token)
-
[GET] /search/products/new?name={name} (+token) [GET] /search/products/popular?name={name} (+token)
-
[GET] /search/firstSearchPage (+token)