Skip to content
Draft
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions ipa/general/0101.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ high-level design principles:
- The fundamental building blocks of an API are
[individually named resources](0102.mdx) (nouns) and the relationships and
hierarchy that exist between them
- A small number of [standard methods](0103.md) (verbs) provide the semantics
- A small number of [standard methods](0103.mdx) (verbs) provide the semantics
for most common operations
- [Custom methods](0109.md) are available in situations where the standard
methods do not fit.
Expand All @@ -26,7 +26,7 @@ When designing an API, consider the following (roughly in logical order):
- The relationships and hierarchies between those resources
- The schema of each resource
- The methods (verbs) each resource provides rely as much as possible on the
[standard verbs](0103.md)
[standard verbs](0103.mdx)

### Resources

Expand Down
67 changes: 0 additions & 67 deletions ipa/general/0103.md

This file was deleted.

Loading
Loading