#
endpoints
Here are 119 public repositories matching this topic...
Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more
go
golang
security
crawler
osint
crawling
penetration-testing
infosec
pentesting
recon
bugbounty
security-tools
endpoints
endpoint-protection
reconnaissance
secret-keys
endpoint-discovery
secrets-detection
endpointsecurity
asset-finder
-
Updated
Mar 30, 2022 - Go
A list of useful Discord API endpoints
-
Updated
Feb 22, 2022
Axios endpoints helps you to create a more concise endpoint mapping with axios.
-
Updated
Mar 25, 2022 - TypeScript
wordpress
wordpress-plugin
wordpress-development
wordpress-api
rest-api
example
post
user-auth
user
capabilities
wordpress-blog
endpoint
user-roles
endpoints
wordpress-rest-api
user-authentication
wordpress-posts
rest-api-example
create-post
custom-endpoints
-
Updated
Apr 22, 2020 - PHP
A simple, convention-based, endpoint per action pattern implementation for AspNetCore 3.0+ with full support for Swagger
-
Updated
Apr 1, 2020 - C#
Kirby 3 Plugin to call Instagram (or any other) API Endpoints
-
Updated
Nov 28, 2019 - PHP
Terraform provider for logz.io alerts, endpoints and users
-
Updated
Mar 29, 2022 - Go
Kirby CMS User-Field, Tag and Page Method to access Instagram API Endpoints. This is a boilerplate to create your own Instagram embeds.
instagram
oauth2
authentication
images
kirby-cms
kirby-plugin
instagram-api
signed-requests
kirby-panel
endpoints
kirby-snippet
kirby-tag
-
Updated
Jul 4, 2018 - PHP
Automatic OpenAPI Endpoint Performance Testing
-
Updated
Apr 19, 2021 - Python
Sample project using Play Framework + Tapir
-
Updated
Mar 31, 2022 - Scala
Workshop: Reactive Endpoints with Quarkus on OpenShift
-
Updated
Mar 15, 2022 - Java
Open
Documentation page
MateuszKubuszok
commented
Aug 19, 2019
is needed - it can be based on how we do our gh pages in other Scalaland projects
good first issue
Good for newcomers
Simple Gateway for microservices built with Typescript/ExpressJs featuring dynamic manageable routes. Can also be used as a mocker.
-
Updated
Feb 12, 2022 - TypeScript
SPARQL Endpoints Lists and Analysis
-
Updated
May 6, 2020 - JavaScript
It is a Kubernetes operator that helps you automatically create and update endpoints, associated with external kubernetes services, by periodically resolving a given DNS name to a list of IPs.
-
Updated
Apr 16, 2021 - Go
Bu repository UnitOfWork,Service,Repository,Identity,Authorization kullanıllarak geliştirilen bir web projesidir. MVC katmanlı mimariye uyarak gerçekleşmiş olup ,ORM aracı Entity Framework'tur.
json
repository
login
async
rest-api
swagger
domain-driven-design
session
ioc-container
await
async-await
cart
autofac
ddd-patterns
unitofwork
automapper
fluentvalidation
endpoints
jsonconvert
claim-principle
-
Updated
Mar 24, 2022 - C#
A library to access and control audio devices (Soundcard speakers/mics) written in Python for Windows vista and later.
-
Updated
Feb 25, 2017 - Python
Simple tool to access fortnite's API endpoints with an auth code
python
python3
endpoint
endpoints
fortnite
epicgames
fortnite-br
fortnite-stats
fortnitebr
fortnite-api
fortnite-tracker-api
fortnitepy
-
Updated
Aug 19, 2020 - Python
MLBStats is an easy to use, and powerful JavaScript library for fetching scores and stats from MLB games.
-
Updated
Apr 21, 2018 - JavaScript
Improve this page
Add a description, image, and links to the endpoints topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the endpoints topic, visit your repo's landing page and select "manage topics."
If not for some particular exceptions, the status code returned from our WebAPI on error is always 500, regardless of the kind of error.
If an object already exists, for example, it should be returned as
409. If the object does not pass the schema validation, it should be a415.Go through the whole WebAPI and verify that the status codes are being returned correctly.
Hint:
Errorcl