File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-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
@@ -96,3 +96,6 @@ See the tests for examples of each operation.
9696- :new_moon : Comment on a note
9797- :new_moon : Close a note
9898- :new_moon : ReOpen a note
99+
100+ # Contribute
101+ Issues and pull requests are welcome.
You can’t perform that action at this time.
0 commit comments