Releases: jgfranco17/fizzbuzz-api
Fizzbuzz API v1
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
Minor Updates
Just a few patches:
- Patched Docker build
- Updated README instructions for building
Fizzbuzz API v0.1.0
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.