File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- ![ .NET Core ] ( https://github.com/blackboxlogic/OsmApiClient/workflows/.NET%20Core/badge.svg?branch=master )
1+ ![ Build is ] ( https://github.com/blackboxlogic/OsmApiClient/workflows/.NET%20Core/badge.svg?branch=master )
22# OsmApiClient
33This is a simple C# client to allow using [ OSM API] ( https://wiki.openstreetmap.org/wiki/API_v0.6 ) easily.
44Please read the API's documentation and use it responsibly. Misuse can have an adverse affect on the OSM ecosystem.
@@ -33,7 +33,7 @@ node.Version = await client.DeleteElement(changeSetId, node);
3333await client .CloseChangeset (changeSetId );
3434```
3535
36- See the tests for examples of each operation.
36+ See the [ functional tests] ( https://github.com/blackboxlogic/OsmApiClient/blob/master/FunctionalTests/Tests.cs ) for examples of each operation.
3737
3838# Supported Operations
3939
You can’t perform that action at this time.
0 commit comments