llama-stack/docs
Dinesh Yeduguru 7fb2c1c48d
More idiomatic REST API (#765)
# What does this PR do?

This PR changes our API to follow more idiomatic REST API approaches of
having paths being resources and methods indicating the action being
performed.

Changes made to generator:
1) removed the prefix check of "get" as its not required and is actually
needed for other method types too
2) removed _ check on path since variables can have "_"



## Test Plan

LLAMA_STACK_BASE_URL=http://localhost:5000 pytest -v
tests/client-sdk/agents/test_agents.py
2025-01-15 13:20:09 -08:00
..
_static Make a new llama stack image 2024-11-22 23:49:22 -08:00
notebooks Convert SamplingParams.strategy to a union (#767) 2025-01-15 05:38:51 -08:00
openapi_generator More idiomatic REST API (#765) 2025-01-15 13:20:09 -08:00
resources More idiomatic REST API (#765) 2025-01-15 13:20:09 -08:00
source Convert SamplingParams.strategy to a union (#767) 2025-01-15 05:38:51 -08:00
to_situate Fix URLs to Llama Stack Read the Docs Webpages (#547) 2024-11-29 10:11:50 -06:00
zero_to_hero_guide Convert SamplingParams.strategy to a union (#767) 2025-01-15 05:38:51 -08:00
contbuild.sh Fix broken links with docs 2024-11-22 20:42:17 -08:00
dog.jpg Support for Llama3.2 models and Swift SDK (#98) 2024-09-25 10:29:58 -07:00
getting_started.ipynb Convert SamplingParams.strategy to a union (#767) 2025-01-15 05:38:51 -08:00
license_header.txt Initial commit 2024-07-23 08:32:33 -07:00
make.bat first version of readthedocs (#278) 2024-10-22 10:15:58 +05:30
Makefile first version of readthedocs (#278) 2024-10-22 10:15:58 +05:30
requirements.txt [docs] add playground ui docs (#592) 2024-12-12 10:40:38 -08:00