Skip to content

Instantly share code, notes, and snippets.

@ggdio
Last active December 24, 2015 04:09
Show Gist options
  • Select an option

  • Save ggdio/6741912 to your computer and use it in GitHub Desktop.

Select an option

Save ggdio/6741912 to your computer and use it in GitHub Desktop.
Namespace Conventions
Pattern:
http://[mydomain]/[module]/[context]/[type]/[version]
Examples Below.
AUTHENTICATION-MODULE-DOMAIN
_User Domain Model:
http://ggdio.com.br/authentication/domain/user/v1
_User-Management Domain Model:
http://ggdio.com.br/authentication/domain/userManagement/v1
AUTHENTICATION-MODULE-SERVICES
_User Authentication Webservice:
http://ggdio.com.br/authentication/services/UserAuthentication/v1
_User Management Webservice
http://ggdio.com.br/authentication/services/UserManagement/v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment