Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b2a4d4e

Browse files
Update readme.md
1 parent be291b0 commit b2a4d4e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

‎days/009-012-modern-apis-starred/readme.md‎

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
# Days 09-12 Building APIs with Api Star (0.5.x)
1+
# Days 09-12 Building APIs with Api Star (0.5.41)
22

3-
Now you have seen the videos from this chapter, you're ready to build an API using API Star!
3+
**Important**: at the time of recording the newest version of `apistar` was `0.5.41`, which let you build complete APIs.
4+
5+
If you look at the [project docs](https://docs.apistar.com) today though, you'll see the following note:
6+
7+
> _Where did the server go?_ With version 0.6 onwards the API Star project is being focused as a framework-agnositic suite of API tooling. The plan is to build out this functionality in a way that makes it appropriate for use either as a stand-alone tool, or together with a large range of frameworks. The 0.5 branch remains available on GitHub, and can be installed from PyPI with `pip install apistar==0.5.41`.
8+
9+
For this reason and in order for the demo project to work we pinned it to version `0.5.41`.
10+
11+
---
412

513
## Day 1-2: Watch the video lessons
614

715
The first half of this 4-day block is to watch the videos and study API Star. Consider downloading and trying out the code samples developed during the course.
816

917
## Day 3: Make your own API
1018

19+
Now you have seen the videos from this chapter, you're ready to build an API using API Star!
20+
1121
For this day, you will get a data set from [Mockaroo](https://mockaroo.com/) or any other resource and load it in a sensible data structure (in the demo I used a `list` of `dict`s).
1222

1323
Data is everywhere, but if you don't get inspiration maybe you can use this [Marvel dataset](https://raw.githubusercontent.com/pybites/marvel_challenge/master/marvel-wikia-data.csv) we used for one of our code challenges. If you don't know how to parse CSV, no worries: the same repo [has code for this](https://github.com/pybites/marvel_challenge/blob/solution/marvel.py).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /