Skip to content

Commit

Permalink
Merge branch 'main' into feature/support_headers_when_requesting_oaut…
Browse files Browse the repository at this point in the history
…h_token
  • Loading branch information
edgarrmondragon authored Jul 10, 2023
2 parents 067a7e0 + 17114e4 commit 260d141
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Meltano

Copyright {% now 'utc', '%Y' %} {{ cookiecutter.admin_name }}

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Meltano
Copyright {% now 'utc', '%Y' %} {{ cookiecutter.admin_name }}

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 2 additions & 0 deletions singer_sdk/streams/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class RESTStream(Stream, t.Generic[_TToken], metaclass=abc.ABCMeta):

_page_size: int = DEFAULT_PAGE_SIZE
_requests_session: requests.Session | None

#: HTTP method to use for requests. Defaults to "GET".
rest_method = "GET"

#: JSONPath expression to extract records from the API response.
Expand Down

0 comments on commit 260d141

Please sign in to comment.