Skip to content

Commit 2cdafb2

Browse files
authored
Merge pull request #70 from jpetrucciani/patch-1
Add AWS SQS wrapper, Add HubSpot wrapper, Update AWS S3 wrapper info
2 parents ce91836 + 0c01473 commit 2cdafb2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ Hi. Below you will find a list of web services along with links to their docs an
2020

2121
### [Amazon S3](https://aws.amazon.com/s3/) - Cloud storage
2222
- [API Documentation](https://aws.amazon.com/documentation/s3/)
23-
- [Python wrapper](https://github.com/kennethreitz/bucketstore)
23+
- [Python wrapper](https://github.com/jpetrucciani/bucketstore)
24+
25+
### [Amazon SQS](https://aws.amazon.com/sqs/) - Managed Queue Service
26+
- [API Documentation](https://aws.amazon.com/documentation/sqs/)
27+
- [Python wrapper](https://github.com/jpetrucciani/qoo)
2428

2529
### [AWS](http://aws.amazon.com) - Cloud computing platform
2630
- [API Documentation](http://aws.amazon.com/documentation/)
@@ -296,6 +300,10 @@ Hi. Below you will find a list of web services along with links to their docs an
296300
- [API Documentation](https://www.hipchat.com/docs/api)
297301
- [Python wrapper for HipChat](https://github.com/dobarkod/hipchat-api)
298302

303+
### [HubSpot](https://www.hubspot.com/) - Marketing, Sales, and CRM software
304+
- [API Documentation](https://developers.hubspot.com/docs/overview)
305+
- [Python wrapper for HubSpot](https://github.com/jpetrucciani/hubspot3)
306+
299307
### [IEX](https://iextrading.com/) - Real-time and historical stock prices
300308
- [API Documentation](https://iextrading.com/developer/docs)
301309
- [Python wrapper for IEX](https://github.com/addisonlynch/iexfinance)

0 commit comments

Comments
 (0)