Skip to content

Commit

Permalink
👌 port changes from the api-specification
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tini committed Oct 18, 2024
1 parent d4fd813 commit 5869584
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# MyParcel.com carrier API specification

[![Packagist](https://img.shields.io/packagist/v/myparcelcom/carrier-specification.svg)](https://packagist.org/packages/myparcelcom/carrier-specification)
[![OpenAPI Specification](https://img.shields.io/badge/OpenAPI-3.1-brightgreen.svg)](https://github.com/OAI/OpenAPI-Specification)
[![OpenAPI Specification](https://img.shields.io/badge/OpenAPI-3.1.0-brightgreen.svg)](https://github.com/OAI/OpenAPI-Specification)

Description of the API specification used by MyParcel.com located at [https://carrier-specification.myparcel.com](https://carrier-specification.myparcel.com). This specification adheres to the [OpenApi 3.1 specification](https://github.com/OAI/OpenAPI-Specification) and implements the [JSON API specification](https://jsonapi.org).
The microservice API specification used by MyParcel.com located at [https://carrier-specification.myparcel.com](https://carrier-specification.myparcel.com). This specification adheres to the [OpenApi 3.1.0 specification](https://github.com/OAI/OpenAPI-Specification) and implements the [JSON API specification](https://jsonapi.org).

## Content
- [Installation](#installation)
Expand Down Expand Up @@ -86,4 +86,4 @@ specification/parameters/path-carrier_id.json
Unique parameters can just remain in the path file and do not need to be extracted to their own files.

## License
All software by MyParcel.com is licensed under the [MyParcel.com general terms and conditions](https://www.myparcel.com/legal).
All software by MyParcel.com is licensed under the [MyParcel.com general terms and conditions](https://www.myparcel.com/legal).
2 changes: 1 addition & 1 deletion docker/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22 as build
FROM node:22 AS build

COPY . /build
WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion mp/help
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
echo -e "\033[0;30;47m Available commands \033[0m"
ls -p ${ROOT_DIR}/mp | grep -v '/'

echo -e "\033[0;30;47m Available docker-compose commands \033[0m"
echo -e "\033[0;30;47m Available docker compose commands \033[0m"
echo "https://docs.docker.com/compose/reference"
10 changes: 4 additions & 6 deletions src/myparcelcom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ img[alt=logo] {
width: 200px;
}

/* Less visual emphasis on authorizations */
#redoc div > div > span > span:after {
color: rgb(8, 12, 12);
font-weight: normal;
text-transform: lowercase;
/* More visual emphasis on authorizations */
#redoc div > div > span > span > i {
color: rgb(14, 124, 134);
}

/* Less visual emphasis on length limitations */
#redoc div > div > span > span {
#redoc table div > div > span > span {
background: initial;
border: initial;
font-family: inherit;
Expand Down

0 comments on commit 5869584

Please sign in to comment.