Api

How to create AWS Signature on GET POST request

How to create AWS Signature on GET POST request

Signing request with AWS Signature

Postman, it’s a great tool for debuging, testing and other activities performed by us - developers. It has a build in option to sign requestes with AWS Signature . We do have AWS SDK for Go v2 , but I couldn’t find any good examples except a test file . The other useful file will be const.go where we can find a couple of interesting variables.

Useful libraries for SWIFT beginners

Useful libraries for SWIFT beginners

Recently we started working with Apple Swift language. It’s pretty simple but very power full language. Learning curve is hard – because it’s pretty new language, but from the other hand it’s good – because there is a lot of freshmen questions on StackOverflow and plenty of articles .

Because most of the stuff is related with REST communication with APIs core of my software works with JSON objects. In general we are looking also something for HTTP communication, uploading files and so on.

How to test and capture REST API calls

How to test and capture REST API calls

services to capture REST API calls

Just bunch of very useful tools to help us with testing and building REST API. requestb.in – just bin for your API calls. Very easy to capture and test calls from APPS www.runscope.com – older brother, or actually mother of requestb.in – full featured serivce to test APIs