We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663fc72 commit 81a6983Copy full SHA for 81a6983
1 file changed
lib/oai/client.rb
@@ -32,8 +32,9 @@ module OAI
32
#
33
# client = OAI::Client.new 'http://www.pubmedcentral.gov/oai/oai.cgi'
34
# record = client.get_record :identifier => 'oai:pubmedcentral.gov:13901'
35
- # for identifier in client.list_identifiers :metadata_prefix => 'oai_dc'
36
- # puts identifier.
+ # for identifier in client.list_identifiers
+ # puts identifier
37
+ # end
38
39
# It is worth noting that the api uses methods and parameter names with
40
# underscores in them rather than studly caps. So above list_identifiers
0 commit comments