-
Notifications
You must be signed in to change notification settings - Fork 146
doc: REST API reference #1671
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
Comments
@MartinWahnschaffeSymeda @MateStrysewskeSym Please respondn accordingly |
@shawnsarwar Hey! Because of the current situation with COVID-19, we don't have the resources to create a dedicated REST documentation right now. Please have a look at the sormas-rest and sormas-api projects, you should find the required information there. Do you have a specific question, or maybe a suggestion how this documentation should ideally look like? |
Hi @MateStrysewskeSym, no worries we're in the same boat working with the Nigerian CDC instance of SORMAS. We have a couple of sets of data that need to be continuously imported into SORMAS and there's a request to get contact tracing data out of SORMAS into some other tools for visualization. In the very short-term a sample showing how to get In the longer term, it would be ideal to have something like Swagger provide a browsable API as part of SORMAS. It looks like you all use Retrofit on the Android side, so there may be an opportunity to scrape that: In the meanwhile we'll take a look and see where we get parsing the code. Thanks again and good luck! |
@shawnsarwar Which kind of visualization do you need to do please? We currently have a transmission chain and follow up visits visualization in addition to contact dashboard. What is not an The Nigerian server now is the transmission chain. This will be ready hopefully in the next release. |
@bernardsilenou I'll let you know when I get concrete requirements. As of now we're just building capability as we wait for a specific request. |
- Set sormas-rest context path (META_INF/context.xml) from pom.xml property value
…ept] and @DependantOn
- Swagger code moved to `de.symeda.sormas.rest.swagger` package - Security information now included in Swagger specification
- Enums are now documented using their name, rather than their internationalized label
- More efficient Annotation processing - Adapt country-based visibility documentation to implementation code
Was merged to development by @MateStrysewskeSym |
The REST API is emphasized in the documentation, but I can't find any reference for its use. Any direction would be appreciated, but we're currently most interested in reading contact information into a foreign system.
The text was updated successfully, but these errors were encountered: