{"id":16642901,"url":"https://github.com/martin-olivier/ziapi","last_synced_at":"2025-03-23T14:31:23.762Z","repository":{"id":43332350,"uuid":"448248546","full_name":"martin-olivier/ZiAPI","owner":"martin-olivier","description":"The elected Zia API for {Epitech} promo 2024 (Paris and Marseille)","archived":false,"fork":false,"pushed_at":"2022-03-07T20:41:07.000Z","size":2385,"stargazers_count":25,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T21:13:00.465Z","etag":null,"topics":["api","cpp","epitech","http-server","zia"],"latest_commit_sha":null,"homepage":"https://ziapi.vercel.app/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martin-olivier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-15T10:40:53.000Z","updated_at":"2024-05-23T13:35:17.000Z","dependencies_parsed_at":"2022-07-21T22:17:57.115Z","dependency_job_id":null,"html_url":"https://github.com/martin-olivier/ZiAPI","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":"martin-olivier/CppTemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2FZiAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2FZiAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2FZiAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2FZiAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martin-olivier","download_url":"https://codeload.github.com/martin-olivier/ZiAPI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245115826,"owners_count":20563245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","cpp","epitech","http-server","zia"],"created_at":"2024-10-12T08:05:51.808Z","updated_at":"2025-03-23T14:31:22.986Z","avatar_url":"https://github.com/martin-olivier.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZIAPI\n\n![Banner](docs/assets/project_banner.png)\n\n[![ZiAPI](https://img.shields.io/badge/ZiAPI-v5.0.0-blue.svg)](https://github.com/martin-olivier/ZiAPI/releases/tag/v5.0.0)\n[![CPP Version](https://img.shields.io/badge/C++-17_and_above-darkgreen.svg)](https://isocpp.org/)\n[![Discord](https://img.shields.io/discord/934852777136513075)](https://discord.gg/CzKv6dGXmf)\n[![workflow](https://github.com/martin-olivier/ZiAPI/actions/workflows/CI.yml/badge.svg)](https://github.com/martin-olivier/ZiAPI/actions/workflows/CI.yml)\n\nWelcome to the **ZIAPI** repository which contains the interfaces and concrete implementations that make up our Epitech Zia project API proposal.\n\n**ZIAPI** was elected as the city-wide API for the **Paris and Marseille Regions** in **2022**.\n\n[**ZIAPI Official Website**](https://ziapi.vercel.app)  \n[**ZIAPI Official Discord**](https://discord.gg/CzKv6dGXmf)\n\n## Documentation\n\nYou can find the documentation for the **ZIAPI** in our [documentation section](docs/README.md).\n\nHere are the most useful doc pages for starting out:\n- [Getting started](docs/general/GETTING_STARTED.md)\n- [Install and build guide](docs/guides/INSTALL_AND_BUILD.md)\n- [Module interfaces](docs/general/MODULES.md)\n\nHere is a quick overview of how the request / response cycle is handled with the ZIAPI.\n\n![Request / Response flow](docs/assets/request-response-diagram.png)\n\n## Usage\n\n### Fetch ZiAPI using CMake\n\nAdd the following content to your CMakeLists to fetch the API and include its header files in your project:\n```cmake\ninclude(ExternalProject)\n\nExternalProject_Add(\n    ziapi\n    GIT_REPOSITORY  https://github.com/martin-olivier/ZiAPI.git\n    GIT_TAG         v5.0.0\n    INSTALL_COMMAND \"\"\n    TEST_COMMAND    \"\"\n)\n\nadd_dependencies(zia ziapi)\nExternalProject_Get_Property(ziapi SOURCE_DIR)\ninclude_directories(${SOURCE_DIR}/include)\n```\n\n\u003e :bulb: Don't forget to link with `libdl` on unix if you use `dylib`:\n```cmake\nif(UNIX)\n    target_link_libraries(zia PRIVATE dl)\nendif()\n```\n\n## Contact\n\nFeel free to submit any issues on our GitHub repository or ask questions on our [Discord](https://discord.gg/CzKv6dGXmf)\n\n## Authors\n\n - [Martin Olivier](https://github.com/martin-olivier)\n - [Diego Rojas](https://github.com/rojasdiegopro)\n - [Edouard Sengeissen](https://github.com/edouard-sn)\n - [Nicolas Allain](https://github.com/Nirasak)\n - [Romain Minguet](https://github.com/Romain-1)\n - [Allan Debeve](https://github.com/Gfaim)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartin-olivier%2Fziapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartin-olivier%2Fziapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartin-olivier%2Fziapi/lists"}