Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louisaxel-ambroise authored Apr 22, 2023
1 parent 5c50838 commit aaec8ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [FasTnT EPCIS repository](https://louisaxel-ambroise.github.io/epcis/)

FasTnT EPCIS is a lightweight GS1 EPCIS 1.2 and 2.0 repository written in C# using .NET7 and backed using EntityFramework Core.
FasTnT EPCIS is a lightweight GS1 EPCIS 1.2 and EPCIS 2.0 repository written in C# using .NET7 and backed using EntityFramework Core.

The repository fully supports the following databases:
- SqlServer *(provider: SqlServer)*
Expand Down Expand Up @@ -74,7 +74,7 @@ This is the list of implemented 1.2 features in the repository:

### EPCIS 2.0 endpoints:

A subset of EPCIS 2.0 specification is currently implemented in FasT&T repository. The endpoints are:
The repository also implements the EPCIS 2.0 specification. The endpoints are:

- Capture: `POST /v2_0/Capture`
- Query : `GET /v2_0/events`
Expand All @@ -85,7 +85,7 @@ A subset of EPCIS 2.0 specification is currently implemented in FasT&T repositor

The subscriptions will always receive the results in JSON format.

The OpenApi definition of the v2.0 endpoints is available at the URL `/v2_0/openapi.json`. See the [wiki](https://github.com/louisaxel-ambroise/epcis/wiki) for more details.
The OpenApi definition of the EPCIS 2.0 endpoints is available at the URL `/v2_0/openapi.json`. See the [wiki](https://github.com/louisaxel-ambroise/epcis/wiki) for more details.

#### Implemented Features

Expand All @@ -98,7 +98,7 @@ This is the list of planned and implemented 2.0 features in the repository:
- Queries:
- [x] List events
- [x] Event pagination
- [x] Create a named query
- [x] Create/Delete a named query
- [x] Execute a named query
- Subscriptions:
- [x] Subscribe to an EPCIS request (webhook)
Expand Down

0 comments on commit aaec8ab

Please sign in to comment.