| Description | Get a list of lines of source code |
URL | /api/sources |
| Method | GET |
Security | Requires User role on the project |
Examples
Get source code of org.codehaus.sonar: all the versions from project Sonar (key = org.codehaus.sonar:sonar):
Code Block language none GET http://nemo.sonarsource.org/api/sources?resource=org.sonar.api.measures.Metric
...

