You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by bostko <gi...@git.apache.org> on 2016/08/03 20:35:01 UTC

[GitHub] brooklyn-server pull request #288: BROOKLYN-323: Simplify Logout api

Github user bostko commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/288#discussion_r73415454
  
    --- Diff: rest/rest-api/src/main/java/org/apache/brooklyn/rest/api/LogoutApi.java ---
    @@ -27,22 +28,20 @@
     import io.swagger.annotations.ApiOperation;
     import io.swagger.annotations.ApiParam;
     import io.swagger.annotations.ApiResponse;
    -import io.swagger.annotations.ApiResponses;
     
     @Path("/logout")
     @Api("Logout")
     public interface LogoutApi {
     
    -    @POST
    --- End diff --
    
    Do you think I should keep a `@POST` method for backwards compatibility?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---