Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expanded index #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ This document captures **GSA's recommended best practices, conventions, and stan


# Index
[About These Standards](#about-these-standards)
[Mandatory Items](#mandatory-items)
[Mandatory For New APIs](#mandatory-for-new-apis)
[Other Considerations](#other-considerations)
[SOAP Web Services](#soap-web-services)
[Future Topics](#future-topics)
* [About These Standards](#about-these-standards)
* [Mandatory Items](#mandatory-items)
* [HTTPS](#1-always-use-https)
* [GSA API Directory](#2-add-your-api-to-the-gsa-api-directory)
* [api.data.gov](#3-use-the-apidatagov-service)
* [Versioning](#4-provide-support-for-versioning)
* [Documentation](#5-provide-public-documentation)
* [Feedback Mechanism](#6-provide-a-feedback-mechanism-that-is-clear-and-monitored)
* [OpenAPI](#7-provide-an-openapi-specification-file)
* [Mandatory For New APIs](#mandatory-for-new-apis)
* [API Endpoint Design](#8-follow-the-standard-api-endpoint-design)
* [Other Considerations](#other-considerations)
* [SOAP Web Services](#soap-web-services)
* [Future Topics](#future-topics)


## About These Standards
Expand Down