Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed input format 'original' from example comment.
Acc. to the OPS guide, section 2.1.2, the 'original' format is used only by the OPS number-service (section 3.3) hence only confusing in combination with the published_data() method.
  • Loading branch information
mattkeanny authored and amotl committed Jan 29, 2024
1 parent 6f058d7 commit cfb4e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import epo_ops
client = epo_ops.Client(key='abc', secret='xyz') # Instantiate client
response = client.published_data( # Retrieve bibliography data
reference_type = 'publication', # publication, application, priority
input = epo_ops.models.Docdb('1000000', 'EP', 'A1'), # original, docdb, epodoc
input = epo_ops.models.Docdb('1000000', 'EP', 'A1'), # docdb, epodoc
endpoint = 'biblio', # optional, defaults to biblio in case of published_data
constituents = [] # optional, list of constituents
)
Expand Down

0 comments on commit cfb4e85

Please sign in to comment.