How to pass tokens ?
Open
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 867
- PR merge metrics
- No merged PRs in 30d
Description
source: ServerDataSource;
constructor(private http: Http) {
this.source = new ServerDataSource(http, { endPoint: 'http://172.18.1.223/api/InspectionService/GetInspectionStatus' });
} can any 1 tell me how to pass tokens and setRequest header in the above service since i need to pass the API only if it is authorized
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.