Skip to content
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

Open
michalbundyra opened this issue Jan 10, 2020 · 4 comments
Open

new Rest service with characters out of a-z #57

michalbundyra opened this issue Jan 10, 2020 · 4 comments

Comments

@michalbundyra
Copy link
Member

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

@michalbundyra
Copy link
Member Author

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.

Le 23 nov. 2014 à 21:54, Stuardo -StR- Rodríguez notifications@github.com a écrit :

I tried to create a rest service with a letter from the Spanish alphabet, "á", and the admin didn't allowed me


Reply to this email directly or view it on GitHub.


Originally posted by @jguittard at zfcampus/zf-apigility#81 (comment)

@michalbundyra
Copy link
Member Author

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)

@michalbundyra
Copy link
Member Author

A-Z, a-z, - and _. No Unicode.

Envoyé de mon iPhone

Le 23 nov. 2014 à 22:07, Stuardo -StR- Rodríguez notifications@github.com a écrit :

Yes, but PHP classes and configuration keys and values are simple strings, which can contain those characters.


Reply to this email directly or view it on GitHub.


Originally posted by @jguittard at zfcampus/zf-apigility#81 (comment)

@michalbundyra
Copy link
Member Author

Where did you got that?


Originally posted by @str at zfcampus/zf-apigility#81 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant