Explore >> Select a destination


You are here

www.speakeasy.com
| | apisyouwonthate.com
6.3 parsecs away

Travel
| | 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
| | apisyouwonthate.com
10.4 parsecs away

Travel
| | 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
| | ventral.digital
19.1 parsecs away

Travel
| | Ventral Digital LLC is a research and consultancy firm specializing in Information Security and Privacy.
| | yos.io
72.3 parsecs away

Travel
| You're building an API. You develop a backend service with a few endpoints and deploy it to production. You publish several official language-specific API clients as well as an API documentation. The day ends on a happy note. The following day, a new feature is being added the API. You have to: Update the server implementation to support the new feature. Update all client libraries (one SDK for each supported platform and language.) Update the documentation. All the above must be consistent with each other. Also, the frontend team is blocked until your backend API is complete. You let out a heavy sigh.