Two observations
Hi guys,
I just started using Lighthouse and intended to make use of the Lighthouse API via PHP.
I noticed that in the API you mention getting ticket data for a project as sending a curl get request /projects/#{project_id}/tickets.xml which would lead one to believe it would be /projects/#12345/tickets.xml but in fact it should be /projects/12345/tickets.xml
Also, the + in the email address that is provided to create tickets [email blocked] get interpreted as a space in mailto: links when using gmail.
Thanks!
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Nicole on 09 Nov, 2010 07:01 PM
Hutch -
We're not able to recreate the email issue. Google does show explicit email links as invalid if you try to enter them that way, but while the hover state shows the link in an email to have a space, clicking on the mailto link pops up a new window that shows the To: address is correct. It seems to be a problem with Gmail's validation, since the format of our email is RFC valid.
The docs are correct.
#{project_id}is a rubyism to show a variable needs to be there and what the variable name is.Let me know if you have any other questions.
Thanks,
Nicole
Nicole closed this discussion on 09 Nov, 2010 07:01 PM.