-
Notifications
You must be signed in to change notification settings - Fork 0
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
da09968
commit 584522f
Showing
1 changed file
with
14 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# cloudrun-auth-http-client | ||
# GCP CloudRun authenticated HTTP client | ||
|
||
A PSR-7 HTTP client based on Guzzle for services hosted on Google Cloud Platform Cloud Run | ||
|
||
## Installation | ||
|
||
The recommended way to install the library is through [Composer](http://getcomposer.org): | ||
|
||
```bash | ||
composer require codeinc/cloudrun-auth-http-client | ||
``` | ||
|
||
## License | ||
|
||
The library is published under the MIT license (see [`LICENSE`](LICENSE) file). |