-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new Rest service with characters out of a-z #57
Comments
REST services naming has to follow PHP syntax compliance. Upon service creation, its name is used to create class names and configuration keys and values.
Originally posted by @jguittard at zfcampus/zf-apigility#81 (comment) |
Yes, but PHP classes and configuration keys and values are simple strings, which can contain those characters. Originally posted by @str at zfcampus/zf-apigility#81 (comment) |
A-Z, a-z, - and _. No Unicode. Envoyé de mon iPhone
Originally posted by @jguittard at zfcampus/zf-apigility#81 (comment) |
Where did you got that? Originally posted by @str at zfcampus/zf-apigility#81 (comment) |
I tried to create a rest service with a letter from the Spanish alphabet, "á", and the admin didn't allowed me
Originally posted by @str at zfcampus/zf-apigility#81
The text was updated successfully, but these errors were encountered: