None
closed
nobody
api (2) rest (1)
2014-04-07
2014-04-02
Nuno Martins
No
0 up votes | 0 down votes | 0%
3 comments

I'm trying to use opensourceprojects.eu API to map a project structure, however I'm not being able to navigate through subprojects.

As an example for TIMBUS project:

curl -sk https://opensourceprojects.eu/rest/p/timbus/

It shows the admin, activity, discussion, search, etc, but not the subprojects.

If I execute

curl -sk https://opensourceprojects.eu/rest/p/timbus/support

That is one of the subprojects, that isn't listed above, I can get the Git repositories relative to that subproject.

So, to navigate through all TIMBUS project I need to know all subprojects names and path structure to get all project items.

Unless I'm not doing it correctly, the API is missing the subproject items.

Thank you

Discussion

  • Rui Ferreira
    Rui Ferreira
    2014-04-02

    Hi Nuno, thanks for reporting this

    I've added an additional attribute to the API response, with a list of all subprojects. Does that work for you?

     
  • Nuno Martins
    Nuno Martins
    2014-04-02

    Hi,

    Yes, it works now. Now I can navigate through the project and get all information.

    Thank you.

     
  • Rui Ferreira
    Rui Ferreira
    2014-04-07

    • status: open --> closed