Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
blackboxlogic committed Feb 2, 2020
2 parents 5fa1afe + ee4a965 commit 3fa1dc1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![.NET Core](https://github.com/blackboxlogic/OsmApiClient/workflows/.NET%20Core/badge.svg?branch=master)
![Build is](https://github.com/blackboxlogic/OsmApiClient/workflows/.NET%20Core/badge.svg?branch=master)
# OsmApiClient
This is a simple C# client to allow using [OSM API](https://wiki.openstreetmap.org/wiki/API_v0.6) easily.
Please read the API's documentation and use it responsibly. Misuse can have an adverse affect on the OSM ecosystem.
Expand Down Expand Up @@ -33,7 +33,7 @@ node.Version = await client.DeleteElement(changeSetId, node);
await client.CloseChangeset(changeSetId);
```

See the tests for examples of each operation.
See the [functional tests](https://github.com/blackboxlogic/OsmApiClient/blob/master/FunctionalTests/Tests.cs) for examples of each operation.

# Supported Operations

Expand Down Expand Up @@ -96,3 +96,6 @@ See the tests for examples of each operation.
- :new_moon: Comment on a note
- :new_moon: Close a note
- :new_moon: ReOpen a note

# Contribute
Issues and pull requests are welcome.

0 comments on commit 3fa1dc1

Please sign in to comment.