-
Notifications
You must be signed in to change notification settings - Fork 6
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
Developer Feedback? #1
Comments
For convenience, here's a link to the documentation. The readme says that it'll be migrated there soon, which is great news. |
Sorry for the late reply, Matthew. The API looks really good. |
I might be not understanding the whole picture correctly so please feel
cheers, On Mon, Nov 24, 2014 at 11:04 AM, Gray Brooks [email protected]
|
Be sure to escape your html tag double quote in json object.
A valid response example can help developers for early prototype coding. |
Very cool. I remember asking for a list of countries during the hackathon @Neetuj https://github.com/Neetuj - My understanding is that each country Any plans to expand this? Any goals outside the On Tue, Dec 2, 2014 at 11:17 AM, Jereimah Kevin Tu <[email protected]
|
Thanks for the helpful feedback everyone, I really appreciate it. @Neetuj
Good catch! This has been fixed in the README file, but still needs to be fixed in the Documentation PDF file.
The Regions API is a separate API from the Countries API. So when you call the Regions API (/api/v1/geography/regions) - you get all the Peace Corps regions. When you call the Countries API (/api/v1/geography/countries) - you get all the Peace Corps countries, and each country is within a specific region (indicated by the regions field). The two Regions and Countries APIs have no ties, think of them as two separate APIs. Hope that clarifies it.
That could be useful, we will consider it for the next version.
Country Page URL: This is the Country page within our Peace Corps website. If it’s helpful, I can add these descriptions to the documentation. As for joining all URLs into one list like videos, that can be considered for the next version as well. Currently, each of those URLs are separate fields within our DB tables which is why they’re separated. @jkevintu @jamesdabbs |
Devs, any feedback on our first public and open API? Would love to make sure it's running smoothly for future projects.
Thanks @sshami !
Check it out:
@jamesdabbs
@dhaskew
@neerajrao
@Neetuj
@CindyFowler
@jkevintu
@rosariorobinson
The text was updated successfully, but these errors were encountered: