Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 541 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 541 Bytes

RESTful API - HOWTO

In this repository you can find the code related to the series of article about design and implementation of a service.

There will be 2 implementations of the API:

  • Python (Openapi v2.0)
  • Go (Openapi v3.0)

You can find the articles about the Python implementation at this link.

You can find the articles about the Go implementation at this link.

The repository will be updated during the development of this series.