-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd6df33
commit 268dc93
Showing
3 changed files
with
39 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,8 @@ class ProfilesRecord(dict): | |
"""Class to handle a single profiles as dictionary data. | ||
This class requires setting an 'RHUB_API_KEY' environment | ||
variable to access the Pure Web Service. The API key can be | ||
obtained... | ||
obtained by contacting an NREL library representative: | ||
[email protected]. | ||
""" | ||
def __init__(self, record): | ||
""" | ||
|
@@ -304,7 +305,8 @@ class ProfilesList(list): | |
"""Class to retrieve and handle multiple profiles from an API URL. | ||
This class requires setting an 'RHUB_API_KEY' environment | ||
variable to access the Pure Web Service. The API key can be | ||
obtained... | ||
obtained by contacting an NREL library representative: | ||
[email protected]. | ||
""" | ||
def __init__(self, url, n_pages=1): | ||
""" | ||
|
@@ -447,7 +449,8 @@ class PublicationsRecord(dict): | |
"""Class to handle a single publication as dictionary data. | ||
This class requires setting an 'RHUB_API_KEY' environment | ||
variable to access the Pure Web Service. The API key can be | ||
obtained... | ||
obtained by contacting an NREL library representative: | ||
[email protected]. | ||
""" | ||
def __init__(self, record): | ||
""" | ||
|
@@ -664,7 +667,8 @@ class PublicationsList(list): | |
"""Class to retrieve and handle multiple publications from an API URL. | ||
This class requires setting an 'RHUB_API_KEY' environment | ||
variable to access the Pure Web Service. The API key can be | ||
obtained... | ||
obtained by contacting an NREL library representative: | ||
[email protected]. | ||
""" | ||
def __init__(self, url, n_pages=1): | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters