-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
Record Cleaner Service | ||
# Record Cleaner Service | ||
|
||
The Record Cleaner service exists to validate and verify biological records | ||
against a set of rules. | ||
|
||
The API is, to a large extent, self-documenting thanks to | ||
[Swagger UI](https://github.com/swagger-api/swagger-ui). It presents an | ||
interactive interface where you can exercise the API from a browser. This is | ||
located at {base_url}/docs. | ||
|
||
The documentation here fills in some additional detail you will need. | ||
|
||
* [Date validation](valid_date.md) | ||
* [Spatial reference validation](valid_sref.md) | ||
* [Vice county validation](valid_vc.md) | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
#Vice County | ||
#Vice County | ||
|
||
[Calculating a grid reference from a Lat/lon](countries.md) |