Skip to content

Releases: jgfranco17/fizzbuzz-api

Fizzbuzz API v1

14 May 14:38
Compare
Choose a tag to compare

FizzBuzz Microservice API

Release v1.0.0

This release introduces the initial version of the FizzBuzz Microservice API. It provides a FastAPI-based microservice for calculating the FizzBuzz sequence.

The API offers endpoints to compute the FizzBuzz sequence and retrieve data summaries. Comprehensive testing and error handling ensure reliability and stability.

Fizzbuzz API v0.1.1

13 May 13:26
Compare
Choose a tag to compare
Fizzbuzz API v0.1.1 Pre-release
Pre-release

Minor Updates

Just a few patches:

  • Patched Docker build
  • Updated README instructions for building

Fizzbuzz API v0.1.0

13 May 12:49
Compare
Choose a tag to compare
Fizzbuzz API v0.1.0 Pre-release
Pre-release

Initial Release

This release introduces the trial version of the FizzBuzz Microservice API. The API allows users to calculate the FizzBuzz sequence up to a given number by making HTTP requests to the /fizzbuzz endpoint. The response contains the FizzBuzz sequence as a JSON array.

Key Features:

  • API endpoint /fizzbuzz to calculate the FizzBuzz sequence
  • Input validation for the query parameter number
  • JSON response format containing the FizzBuzz sequence

This release provides a solid foundation for the FizzBuzz Microservice API, enabling easy integration into other applications and facilitating testing and learning purposes.