Generate auth files to correct location

This commit is contained in:
Yissachar Radcliffe
2015-09-06 19:58:28 -04:00
parent e72a53448e
commit 58c5ecf13c
6 changed files with 4 additions and 61 deletions

View File

@@ -1,6 +1,7 @@
part of api;
abstract class Authentication {
void applyToParams(Map<String, String> queryParams, Map<String, String> headerParams);
/// Apply authentication settings to header and query params.
void applyToParams(Map<String, String> queryParams, Map<String, String> headerParams);
}