You are here |
devopsian.net | ||
| | | |
apisyouwonthate.com
|
|
| | | | Guest post from Aaron Hedges. JSON Hyper-Schema is a format for describing an API. You can automate a lot with a document that describes your API. * API SDKs * Documentation * Tools such as API sandboxes or Postman collections to simplify the development process * Contract tests to ensure your API doesn't | |
| | | |
apisyouwonthate.com
|
|
| | | | Part of my day job is trying to get folks to write API documentation, so the hordes of new developers joining the company on a weekly basis are not stuck trying guess at contracts by poking around years old code. Convincing API developers to take the time to write specs | |
| | | |
avelino.run
|
|
| | | | Simple and efficient HTTP mock server open source, project repository. The (-> moclojer) supports API-first development with the API Builder. You can design your API directly with (-> moclojer) using the yaml, edn, and OpenAPI specification. Your specification can then act as the only source of truth for your API design. You can make requests that return mock data defined within (-> moclojer) if you do not have a production API ready, or you do not want to run your requests against real data yet. By adding a mock server to your collection and adding examples to your requests, you can simulate the behavior of a real API. | |
| | | |
dougseven.com
|
|
| | Today I am at re:Invent 2022 in Las Vegas, NV. I am spending my days talking to AWS customers about Amazon CodeWhisperer - a new developer productivity service that will accelerate application development by providing automatic code recommendations based on the code and comments in your IDE. For developers, Amazon CodeWhisperer is an IDE extension... |