247 Search results for "http://postingmania.com/"
Webhooks / Testing and troubleshooting webhooks /
Troubleshooting webhooks
Learn how to diagnose and resolve common errors for webhooks.
Missing webhook deliveries
If you are not receiving the webhook deliveries that you expect
GitHub Copilot / Manage Copilot / Configure personal settings /
Configuring network settings for GitHub Copilot
You can connect to Copilot through an HTTP proxy and use custom certificates.
Note
GitHub Copilot is not currently available for use with Visual Studio
GitHub Actions / Self-hosted runners / Manage self-hosted runners /
Using a proxy server with self-hosted runners
You can configure self-hosted runners to use a proxy server to communicate with GitHub.
Configuring a proxy server using environment variables
If you need
GitHub Copilot / Build Copilot Extensions / Create a Copilot Extension /
Configuring your server to host your Copilot extension
Learn how to make your Copilot extension accessible to the internet.
Your Copilot Extension must be hosted on a server that is accessible to the internet
GitHub Pages / Get started /
Securing your GitHub Pages site with HTTPS
HTTPS adds a layer of encryption that prevents others from snooping on or tampering with traffic to your site. You can enforce HTTPS for your GitHub Pages
REST API / Using the REST API /
Getting started with the REST API
Learn how to use the GitHub REST API.
Introduction
This article describes how to use the GitHub REST API with GitHub CLI, curl, or JavaScript. For a quickstart
REST API / Using the REST API /
Using CORS and JSONP to make cross-origin requests
You can make API requests across domains using cross-origin resource sharing (CORS) and JSONP callbacks.
About cross-origin requests
A cross-origin request
GraphQL API / Reference /
Objects
About objects
Objects in GraphQL represent the resources you can access. An object can contain a list of fields, which are specifically typed.
For example
REST API / Codes of conduct /
REST API endpoints for codes of conduct
REST API/
Codes of conduct/
Codes of conduct
REST API endpoints for codes of conduct
Use the REST API to get information about codes of conduct.
Get all
Apps / Creating GitHub Apps / Writing code for a GitHub App /
Building a "Login with GitHub" button with a GitHub App
Follow this tutorial to write Ruby code to generate a user access token via the web application flow for your GitHub App.
Introduction
This tutorial demonstrates