https://github.com/data-miner00/postman

My personal Postman workspace

https://github.com/data-miner00/postman

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary

Keywords

api configs postman
Last synced: 9 months ago · JSON representation

Repository

My personal Postman workspace

Basic Info
  • Host: GitHub
  • Owner: data-miner00
  • Language: Shell
  • Default Branch: main
  • Homepage:
  • Size: 433 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Topics
api configs postman
Created almost 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

Postman

My personal Postman sandbox workspace that used to deal with APIs for my development, in an organised, neat way.

Repository

In this repository, the Postman collections will reside in the collections folder. The subfolder dev is the folder that contains the collections for my personal projects. On the other hand, the third-party folder will include the API endpoints to external API supplier that I am consuming within my project.

The environments folder will contain all the essential environments for development such as development, staging and production. For non-development works, another environment will be used.

Postman Screenshots

The following are the screenshots of my Postman client that demonstrates the application of the good practises that makes the whole workspace clean and delightful to work with.

The environments are configured properly as shown.

Postman screenshot for environments

Simple crud with variables applied as shown below.

Postman screenshot for collections

Importing to Postman

There are a certain steps that needed to be taken before importing the files.

Environments

For environments, the placeholder variables that contains sensitive data will need to be replaced with the actual value before being imported to Postman. First, copy the secrets.crt.example and paste it in the same directory. Rename it to secrets.crt. This is the file that contains the absolute value that the Postman environment will be using.

After that, the environments file will need to be processed to produce the version that contains the value for the secrets or environment variable by running the following command.

bash scripts/replace_secret.sh

This will copy the contents inside the environments folder and replace the variable placeholder indicated by double angle bracket <<>>.

Collections

The collections inside the collections folder can be imported directly. The variables are handled by Postman itself.

API Development

The list of useful resource that is helpful for API development workflow.

| Link | Description | | ----------------------------------------------------------------------------------- | ---------------------------------------------------- | | Jsonplaceholder | Fake rest API for quick mockups | | Postman Learning | Full learning resource/docs for dealing with Postman | | RapidAPI | World largest API hub | | Free API List | List of totally free API for use | | Swagger | API Documentation |

Acknowledgements

The list of references used to make this repo better.

Owner

  • Name: Shaun Chong
  • Login: data-miner00
  • Kind: user
  • Location: undefined, Mars
  • Company: Experian

Full Queue Developer

GitHub Events

Total
  • Push event: 3
Last Year
  • Push event: 3

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 39
  • Total Committers: 1
  • Avg Commits per committer: 39.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
data-miner00 d****0 39

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • data-miner00 (2)
Pull Request Authors
Top Labels
Issue Labels
enhancement (1) bug (1)
Pull Request Labels