@@ -14,7 +14,7 @@ export declare class GraphRequest {
1414 [ key : string ] : string | number ;
1515 } ) : this;
1616 parsePath ( rawPath : string ) : void ;
17- private urlJoin ( urlSegments ) ;
17+ private urlJoin ;
1818 buildFullUrl ( ) : string ;
1919 version ( v : string ) : GraphRequest ;
2020 select ( properties : string | string [ ] ) : GraphRequest ;
@@ -26,7 +26,7 @@ export declare class GraphRequest {
2626 skipToken ( token : string ) : GraphRequest ;
2727 count ( count : boolean ) : GraphRequest ;
2828 responseType ( responseType : string ) : GraphRequest ;
29- private addCsvQueryParamater ( propertyName , propertyValue , additionalProperties ) ;
29+ private addCsvQueryParamater ;
3030 delete ( callback ?: GraphRequestCallback ) : Promise < any > ;
3131 patch ( content : any , callback ?: GraphRequestCallback ) : Promise < any > ;
3232 post ( content : any , callback ?: GraphRequestCallback ) : Promise < any > ;
@@ -35,15 +35,15 @@ export declare class GraphRequest {
3535 update ( content : any , callback ?: GraphRequestCallback ) : Promise < any > ;
3636 del ( callback ?: GraphRequestCallback ) : Promise < any > ;
3737 get ( callback ?: GraphRequestCallback ) : Promise < any > ;
38- private routeResponseToPromise ( request ) ;
39- private routeResponseToCallback ( request , callback ) ;
40- private sendRequestAndRouteResponse ( request , callback ? ) ;
38+ private routeResponseToPromise ;
39+ private routeResponseToCallback ;
40+ private sendRequestAndRouteResponse ;
4141 getStream ( callback : GraphRequestCallback ) : void ;
4242 putStream ( stream : any , callback : Function ) : void ;
43- private configureRequest ( request , accessToken ) ;
43+ private configureRequest ;
4444 query ( queryDictionaryOrString : string | {
4545 [ key : string ] : string | number ;
4646 } ) : GraphRequest ;
47- private createQueryString ( ) ;
48- private convertResponseType ( response ) ;
47+ private createQueryString ;
48+ private convertResponseType ;
4949}
0 commit comments