GitHub opens integrations marketplace
https://github.com/marketplace
You can integrate with Travis CI, Codecov, Dependabot, Sentry, Blackfire and many more in a couple clicks often on a special price. And all of them paid with your or your company's account on GitHub. For me this marketplace is useful because of list of all modern trandy SaaS-services. Btw there is another one list like this — Slack marketplace.
#saas
https://github.com/marketplace
You can integrate with Travis CI, Codecov, Dependabot, Sentry, Blackfire and many more in a couple clicks often on a special price. And all of them paid with your or your company's account on GitHub. For me this marketplace is useful because of list of all modern trandy SaaS-services. Btw there is another one list like this — Slack marketplace.
#saas
If your API documentation is perfectly fine (ha-ha) in a API Blueprint or Swagger format then Dredd could be helpful for you. This tool for checking API responses could not only check response code, but also check JSON fields types to match the API. And of cource you can integrate Dredd with your favourite CI tool.
And if documentation exists only in your head then it could be a good reason to start formalize it. BTW if you prefer SaaS then there is Runscope for that and it costs $79 per month.
I think that good to have both of this tools — API on your production server could be different from documentation not only because of bad code review, but also because of consistency problem like if you deleted the user from DB and didn't delete his comments due to some error.
#saas #testing #api
And if documentation exists only in your head then it could be a good reason to start formalize it. BTW if you prefer SaaS then there is Runscope for that and it costs $79 per month.
I think that good to have both of this tools — API on your production server could be different from documentation not only because of bad code review, but also because of consistency problem like if you deleted the user from DB and didn't delete his comments due to some error.
#saas #testing #api