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 )
2
2
# OsmApiClient
3
3
This is a simple C# client to allow using [ OSM API] ( https://wiki.openstreetmap.org/wiki/API_v0.6 ) easily.
4
4
Please 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);
33
33
await client .CloseChangeset (changeSetId );
34
34
```
35
35
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.
37
37
38
38
# Supported Operations
39
39
@@ -96,3 +96,6 @@ See the tests for examples of each operation.
96
96
- :new_moon : Comment on a note
97
97
- :new_moon : Close a note
98
98
- :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