# Pragmatisme, Idéologie et ReSTafarians

Comme indiqué précédemment, les principaux objectifs des APIs sont les suivants :

* **Généricité**.
* **Facilité** d’implémentation et extensibilité.
* **Performance** et ***scalability***.

Le ReST n’est un dogme ou une idéologie et il faut donc rester **pragmatique** tout en préparant l’avenir. **Visionnaire** et non devin. **K.I.S.S.** et **Agile**. Rien ne vous oblige à implémenter une API ReSTful.

Exemple de spécification ReSTful : <https://github.com/kevinswiber/siren>.

{% hint style="warning" %}
**Ne soyez pas ReSTafarians !** Le but initial est de répondre aux besoins associés à la **User eXperience** et la **Developer eXperience**.

On ne cherche pas à être ReST ou plus ReST que les autres.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide-api-rest.marmicode.fr/api-rest/pragmatisme-ideologie-et-restafarians.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
