angular-apollo
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -12,6 +12,6 @@ import { ApiService } from './api/api'; | ||
login(details: LoginDetails): Observable<Account>; | ||
spotlight(): Observable<{}>; | ||
lists(): Observable<{}>; | ||
listById(id: number): Observable<{}>; | ||
radios(): Observable<{}>; | ||
spotlight(): Observable<any>; | ||
lists(): Observable<any>; | ||
listById(id: number): Observable<any>; | ||
radios(): Observable<any>; | ||
} |
@@ -20,3 +20,3 @@ import { Http, RequestOptionsArgs } from '@angular/http'; | ||
authorisedPost(path: string, data: Object, options?: RequestOptionsArgs): Observable<{}>; | ||
authorisedFetch(path: string, options?: RequestOptionsArgs): Observable<{}>; | ||
authorisedFetch(path: string, options?: RequestOptionsArgs): Observable<any>; | ||
fetch(path: string, options?: RequestOptionsArgs): Observable<any>; | ||
@@ -23,0 +23,0 @@ post(path: string, data: any, options?: RequestOptionsArgs): Observable<any>; |
{ | ||
"name": "angular-apollo", | ||
"description": "An API client for the 7digital Apollo platform built for Angular 2 projects.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/7digital/angular-apollo.git", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75364