Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naming Conventions #5

Open
kambleaa007 opened this issue May 1, 2020 · 2 comments
Open

Naming Conventions #5

kambleaa007 opened this issue May 1, 2020 · 2 comments

Comments

@kambleaa007
Copy link

I have gone through some RESTful API standards
It shows that,
must include the Plural nouns,
Use like,
GET /videos
GET /videos/:{id}
POST /videos/

@kambleaa007
Copy link
Author

the plural form will also be video. However, in more specific contexts, the plural form can also be videos e.g. in reference to various types of videos or a collection of videos.

@kambleaa007
Copy link
Author

Exception in thread "main" java.lang.Error: Unresolved compilation problem:
SpringApplication cannot be resolved

at org.magnum.dataup.Application.main(Application.java:47)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant