Replies: 1 comment 7 replies
-
I'm implementing a fullstack(spring+ vue) Like In Body The correct URL of profile page is ambiguous because the examples of frontend spec and demo app are slightly different such as /#/profile/:username(in frontend spec) and /#/@:username(in demo app). So please let me know which is right guideline for our implementations. and
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have several questions about the project.
The correct URL of profile page is ambiguous because the examples of frontend spec and demo app are slightly different such as /#/profile/:username(in frontend spec) and /#/@:username(in demo app). So please let me know which is right guideline for our implementations.
I don't understand why "token" is in the PUT /user in User and Authentication in demo API. Shouldn't it be changed to "password"? Or is there anything proper use of token field in this endpoint which I don't know? That is, how can I change password with/without PUT /user API?+I found this section a moment ago and also checked password field works so it may be miss of Swagger docs. Please check it.
It was duplicated. Here is link: [Swagger] UpdateUser DTO should be ‘password’ instead of ‘token’ field #950
In docs, there is expectation about using libraries/frameworks which have more than 300 GitHub stars. (link)Is this rule applied to all libraries/frameworks in my implementation? Can I use both recoil(17.2k stars) and recoil-persist(259 stars)?
I decided not to use recoil-persist.
Should I consider outer intervention of API in this implementation? e.g., updating username with another demo app, and so on.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions