Skip to content

Commit

Permalink
Merge pull request #7538 from codeblech/patch-2
Browse files Browse the repository at this point in the history
Update extending_fido.rst
  • Loading branch information
nabobalis committed Mar 28, 2024
2 parents 7262a93 + 5e0f756 commit 2bc40c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topic_guide/extending_fido.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If the service you want to add has easily accessible HTTP or FTP URLs that have
If the service you want to add requires making requests to an API with parameters for the search and getting a list of results in return, then you probably want to write a "full" client.

Before writing a new client, ensure you are familiar with how searches are specified by the `sunpy.net.attr` system, including combining them with logical operations.
When choosing a name for your new client it should have the form ``<name>Client`` as sunpy will split the name the name of the class to extract the name of your client.
When choosing a name for your new client it should have the form ``<name>Client`` as sunpy will split the name of the class to extract the name of your client.
The main place this is done is when constructing a `~.UnifiedResponse` object, where the name part can be used to index the response object.

.. _sunpy-topic-guide-new-source-for-fido-add-new-scraper-client:
Expand Down

0 comments on commit 2bc40c0

Please sign in to comment.