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

    https://github.com/apache/incubator-usergrid/pull/264#discussion_r31750416
  
    --- Diff: 
stack/rest/src/test/java/org/apache/usergrid/rest/test/resource2point0/endpoints/NamedResource.java
 ---
    @@ -248,6 +250,29 @@ public ApiResponse  post(boolean useToken, Map map, 
QueryParameters queryParamet
     
         }
     
    +    //Used for empty posts
    +    public <T> T post( boolean useToken, Class<T> type, Map entity, final 
QueryParameters queryParameters, boolean useBasicAuthentication ) {
    --- End diff --
    
    Overloaded the existing method to save effort on refactoring it all. Should 
go away when we tear the tokens out of the post calls as authorization will be 
handled seperately.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to