mobile-cloud-asgn1 icon indicating copy to clipboard operation
mobile-cloud-asgn1 copied to clipboard

Naming Conventions

Open kambleaa007 opened this issue 4 years ago • 2 comments

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 avatar May 01 '20 13:05 kambleaa007

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 avatar May 01 '20 13:05 kambleaa007

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

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

kambleaa007 avatar May 21 '20 08:05 kambleaa007