Files
freeCodeCamp/curriculum/challenges/english/12-certificates/apis-and-microservices-certificate/apis-and-microservices-certificate.english.md
Oliver Eyton-Williams bd68b70f3d Feat: hide blocks not challenges (#39504)
* fix: remove isHidden flag from frontmatter

* fix: add isUpcomingChange

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* feat: hide blocks not challenges

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
2020-09-03 15:07:40 -07:00

51 lines
777 B
Markdown

---
id: 561add10cb82ac38a17523bc
title: APIs and Microservices Certificate
challengeType: 7
isPrivate: true
---
## Description
<section id='description'>
</section>
## Instructions
<section id='instructions'>
</section>
## Tests
<section id='tests'>
```yml
tests:
- id: bd7158d8c443edefaeb5bdef
title: Timestamp Microservice
- id: bd7158d8c443edefaeb5bdff
title: Request Header Parser Microservice
- id: bd7158d8c443edefaeb5bd0e
title: URL Shortener Microservice
- id: 5a8b073d06fa14fcfde687aa
title: Exercise Tracker
- id: bd7158d8c443edefaeb5bd0f
title: File Metadata Microservice
```
</section>
## Challenge Seed
<section id='challengeSeed'>
</section>
## Solution
<section id='solution'>
```js
// solution required
```
</section>