ApiMethodAttributes Enumeration |
Options for code generation for API methods.
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum ApiMethodAttributes
<FlagsAttribute>
Public Enumeration ApiMethodAttributes
Members
| Member name | Value | Description |
---|
| Public | 1 | This method does not require a 2-part authentication token and only a valid web service token. |
| RelatedValueInRespose | 2 | This method should log the related value from the response object. |
| TokenInPath | 4 |
The token should be the first parameter in the path after version. If this is not set, the token is expected in the header using
the header's x-nq-service-token (xot_service_token) and x-nq-authentication (user's current session token - UserContext.Token, in the
web application this is stored in a cookie.)
|
See Also